wrap treesitter hlgroup loaders with pcall #2905
This commit is contained in:
parent
230b6c867e
commit
0f0141f098
@ -1,5 +1,7 @@
|
|||||||
dofile(vim.g.base46_cache .. "syntax")
|
pcall(function()
|
||||||
dofile(vim.g.base46_cache .. "treesitter")
|
dofile(vim.g.base46_cache .. "syntax")
|
||||||
|
dofile(vim.g.base46_cache .. "treesitter")
|
||||||
|
end)
|
||||||
|
|
||||||
local options = {
|
local options = {
|
||||||
ensure_installed = { "lua", "luadoc", "printf", "vim", "vimdoc" },
|
ensure_installed = { "lua", "luadoc", "printf", "vim", "vimdoc" },
|
||||||
|
Loading…
Reference in New Issue
Block a user