refactor: treesitter config
This commit is contained in:
parent
c17d3f21d7
commit
360c8b155e
2 changed files with 50 additions and 19 deletions
|
|
@ -1,10 +1 @@
|
|||
require("nvim-treesitter.configs").setup({
|
||||
sync_install = false,
|
||||
auto_install = false,
|
||||
highlight = {
|
||||
enable = true,
|
||||
},
|
||||
context_commentstring = {
|
||||
enable = true,
|
||||
},
|
||||
})
|
||||
require("nvim-treesitter.configs").setup()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue