7 lines
254 B
Lua
7 lines
254 B
Lua
|
require'nvim-treesitter.configs'.setup {
|
||
|
ensure_installed = "maintained", -- one of "all", "maintained" (parsers with maintainers), or a list of languages
|
||
|
highlight = {
|
||
|
enable = true, -- false will disable the whole extension
|
||
|
},
|
||
|
}
|