wrap treesitter hlgroup loaders with pcall #2905

This commit is contained in:
siduck 2024-06-28 21:36:39 +05:30
parent 230b6c867e
commit 0f0141f098

View File

@ -1,5 +1,7 @@
dofile(vim.g.base46_cache .. "syntax")
dofile(vim.g.base46_cache .. "treesitter")
pcall(function()
dofile(vim.g.base46_cache .. "syntax")
dofile(vim.g.base46_cache .. "treesitter")
end)
local options = {
ensure_installed = { "lua", "luadoc", "printf", "vim", "vimdoc" },