fix packer bootstrapping not working

This commit is contained in:
siduck 2022-11-17 23:16:28 +05:30
parent 76f0c9bc6f
commit 3616f417e7
2 changed files with 5 additions and 3 deletions

View file

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