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>
9 lines
189 B
Lua
9 lines
189 B
Lua
pcall(function()
|
|
dofile(vim.g.base46_cache .. "syntax")
|
|
dofile(vim.g.base46_cache .. "treesitter")
|
|
end)
|
|
|
|
return {
|
|
ensure_installed = { "lua", "luadoc", "printf", "vim", "vimdoc" },
|
|
}
|