BREAKING CHANGE: Migrate to nvim-treesitter main branch #3295

Users must now use the :TSInstallAll command to install all treesitter parsers defined in their config. So there's no automatic downloading of treesitter parsers like before

tree-sitter-cli is a required dependency now

---------

Co-authored-by: siduck <siduck@tutanota.com>
This commit is contained in:
Nick Krichevsky
2026-01-17 23:02:48 +05:30
committed by GitHub
co-authored by siduck
parent 30e75dbbdf
commit 6a0715d3f3
3 changed files with 16 additions and 12 deletions
-7
View File
@@ -5,11 +5,4 @@ end)
return {
ensure_installed = { "lua", "luadoc", "printf", "vim", "vimdoc" },
highlight = {
enable = true,
use_languagetree = true,
},
indent = { enable = true },
}