handle error base46_cache error
This commit is contained in:
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…
Reference in New Issue