nvim/lua/plugins/treesitter.lua
Zoty d65c4083ba
add trouble
side note? why was I using feat and chore and etc?
2026-04-07 11:46:51 -03:00

7 lines
131 B
Lua

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