Updates treesitter configs
This commit is contained in:
@@ -4,7 +4,7 @@ require'nvim-treesitter'.setup({
|
|||||||
"ini", "bash", "c", "lua", "vim", "vimdoc", "query", "python",
|
"ini", "bash", "c", "lua", "vim", "vimdoc", "query", "python",
|
||||||
"rust", "zig", "typescript", "svelte", "css", "html", "nix"
|
"rust", "zig", "typescript", "svelte", "css", "html", "nix"
|
||||||
},
|
},
|
||||||
sync_install = false,
|
sync_install = true,
|
||||||
highlight = { enable = true },
|
highlight = { enable = true },
|
||||||
indent = { enable = true, disable = { "norg" }, },
|
indent = { enable = true, disable = { "norg" }, },
|
||||||
incremental_selection = { enable = true },
|
incremental_selection = { enable = true },
|
||||||
|
|||||||
Reference in New Issue
Block a user