handle error base46_cache error

This commit is contained in:
siduck 2022-11-19 12:02:07 +05:30
parent d27029d1b1
commit b266f066af
1 changed files with 3 additions and 1 deletions

View File

@ -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,
},