bootstrap base46 before lazy
fix https://github.com/NvChad/base46/issues/166
This commit is contained in:
2
init.lua
2
init.lua
@@ -8,11 +8,11 @@ end
|
||||
|
||||
require("core.utils").load_mappings()
|
||||
|
||||
|
||||
local lazypath = vim.fn.stdpath "data" .. "/lazy/lazy.nvim"
|
||||
|
||||
-- bootstrap lazy.nvim!
|
||||
if not vim.loop.fs_stat(lazypath) then
|
||||
require("core.bootstrap").base46()
|
||||
require("core.bootstrap").gen_chadrc_template()
|
||||
require("core.bootstrap").lazy(lazypath)
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user