refactor(nvim)!: add opts option
This commit is contained in:
parent
12a5420ee9
commit
6a125a1df6
27 changed files with 273 additions and 238 deletions
10
modules/programs/nvim/plugins/lua/nvim-treesitter.lua
Normal file
10
modules/programs/nvim/plugins/lua/nvim-treesitter.lua
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
require("nvim-treesitter.configs").setup({
|
||||
sync_install = false,
|
||||
auto_install = false,
|
||||
highlight = {
|
||||
enable = true,
|
||||
},
|
||||
context_commentstring = {
|
||||
enable = true,
|
||||
},
|
||||
})
|
||||
Loading…
Add table
Add a link
Reference in a new issue