8 lines
132 B
Lua
8 lines
132 B
Lua
return {
|
|
'nvim-treesitter/nvim-treesitter',
|
|
opts = {
|
|
highlight = { enable = true },
|
|
indent = { enable = true },
|
|
},
|
|
}
|
|
|