just load default bas46 cache instead of giving it lazy priority

https://github.com/NvChad/base46/issues/173
pull/1866/head
siduck 1 year ago
parent 0678b329dc
commit 432b2c1cf1

@ -8,6 +8,8 @@ end
require("core.utils").load_mappings()
dofile(vim.g.base46_cache .. "defaults")
local lazypath = vim.fn.stdpath "data" .. "/lazy/lazy.nvim"
-- bootstrap lazy.nvim!

@ -19,10 +19,8 @@ local default_plugins = {
"NvChad/ui",
branch = "v2.0",
lazy = false,
priority = 1000,
config = function()
require "nvchad_ui"
dofile(vim.g.base46_cache .. "defaults")
end,
},

Loading…
Cancel
Save