feat: add treesitter

This commit is contained in:
ZotyDev 2026-02-22 14:32:59 -03:00
parent 4350a2f681
commit 03409a59f0
Signed by: Zoty
SSH key fingerprint: SHA256:WsGEGivgl37t3Mth6uugXMOgMCTR7QolIepNbC+j/tA
7 changed files with 20 additions and 9 deletions

View file

@ -0,0 +1,8 @@
return {
'nvim-treesitter/nvim-treesitter',
opts = {
highlight = { enable = true },
indent = { enable = true },
},
}