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 changed files with 2 additions and 2 deletions
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!
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue