bootstrap: clone base46 to lazy path instead of tmpdir
This commit is contained in:
parent
609000db5b
commit
79805b7fea
3 changed files with 24 additions and 22 deletions
1
init.lua
1
init.lua
|
|
@ -12,7 +12,6 @@ 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue