6 lines
89 B
Lua
6 lines
89 B
Lua
|
require'nvim-treesitter.configs'.setup {
|
||
|
highlight = {
|
||
|
enable = true
|
||
|
}
|
||
|
}
|