just load default bas46 cache instead of giving it lazy priority
https://github.com/NvChad/base46/issues/173
This commit is contained in:
parent
0678b329dc
commit
432b2c1cf1
2
init.lua
2
init.lua
|
@ -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…
Reference in New Issue