handle error base46_cache error

pull/1709/head
siduck 2 years ago
parent d27029d1b1
commit b266f066af

@ -29,7 +29,9 @@ local plugins = {
["NvChad/base46"] = {
branch = "dev",
config = function()
loadfile(vim.g.base46_cache .. "defaults")()
pcall(function()
loadfile(vim.g.base46_cache .. "defaults")()
end)
end,
},

Loading…
Cancel
Save