bootstrap: clone base46 to lazy path instead of tmpdir

This commit is contained in:
siduck 2023-03-27 05:27:57 +05:30
parent 609000db5b
commit 79805b7fea
3 changed files with 24 additions and 22 deletions

View file

@ -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