feat: add treesitter
This commit is contained in:
parent
4350a2f681
commit
03409a59f0
7 changed files with 20 additions and 9 deletions
8
lua/plugins/treesitter.lua
Normal file
8
lua/plugins/treesitter.lua
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
return {
|
||||
'nvim-treesitter/nvim-treesitter',
|
||||
opts = {
|
||||
highlight = { enable = true },
|
||||
indent = { enable = true },
|
||||
},
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue