Apply Patch
This commit is contained in:
parent
24dee0bed0
commit
2c6705f028
22 changed files with 18 additions and 17 deletions
12
nvim/lua/plugins_base/nvim-treesitter.lua
Normal file
12
nvim/lua/plugins_base/nvim-treesitter.lua
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
return {
|
||||
'nvim-treesitter/nvim-treesitter',
|
||||
config = function()
|
||||
require("nvim-treesitter.configs").setup({
|
||||
auto_install = true,
|
||||
sync_install = false,
|
||||
highlight = {
|
||||
enable = true,
|
||||
},
|
||||
})
|
||||
end
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue