nvim/lua/plugins/treesitter.lua
2026-02-22 14:32:59 -03:00

8 lines
132 B
Lua

return {
'nvim-treesitter/nvim-treesitter',
opts = {
highlight = { enable = true },
indent = { enable = true },
},
}