Updates treesitter configs

This commit is contained in:
2026-06-09 23:53:29 -04:00
parent abebf7a032
commit f0b082e982

View File

@@ -4,7 +4,7 @@ require'nvim-treesitter'.setup({
"ini", "bash", "c", "lua", "vim", "vimdoc", "query", "python",
"rust", "zig", "typescript", "svelte", "css", "html", "nix"
},
sync_install = false,
sync_install = true,
highlight = { enable = true },
indent = { enable = true, disable = { "norg" }, },
incremental_selection = { enable = true },