Add tree-sitter for windows to use codecompanion, requires YAML sitter
This commit is contained in:
parent
c4e98d0f18
commit
1021617068
@ -23,6 +23,7 @@ call plug#begin(stdpath('config') . '/plugged')
|
|||||||
Plug 'https://github.com/Tetralux/odin.vim' "Odin Syntax highlighting
|
Plug 'https://github.com/Tetralux/odin.vim' "Odin Syntax highlighting
|
||||||
|
|
||||||
" NOTE: LLM
|
" NOTE: LLM
|
||||||
|
Plug 'nvim-treesitter/nvim-treesitter'
|
||||||
Plug 'nvim-lua/plenary.nvim'
|
Plug 'nvim-lua/plenary.nvim'
|
||||||
Plug 'olimorris/codecompanion.nvim'
|
Plug 'olimorris/codecompanion.nvim'
|
||||||
|
|
||||||
@ -194,6 +195,10 @@ lua <<EOF
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
require'nvim-treesitter.configs'.setup {
|
||||||
|
auto_install = false,
|
||||||
|
}
|
||||||
|
|
||||||
-- Treesitter ////////////////////////////////////////////////////////////////////////////////////
|
-- Treesitter ////////////////////////////////////////////////////////////////////////////////////
|
||||||
-- TODO: 2022-06-19 Treesitter is too slow on large C++ files
|
-- TODO: 2022-06-19 Treesitter is too slow on large C++ files
|
||||||
-- require('nvim-treesitter.configs').setup {
|
-- require('nvim-treesitter.configs').setup {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user