bootstrap chadrc template before packer boostrap
This commit is contained in:
parent
54280a3e2a
commit
ddeba3c01b
2 changed files with 5 additions and 2 deletions
1
init.lua
1
init.lua
|
|
@ -14,6 +14,7 @@ local fn = vim.fn
|
|||
local install_path = fn.stdpath "data" .. "/site/pack/packer/opt/packer.nvim"
|
||||
|
||||
if fn.empty(fn.glob(install_path)) > 0 then
|
||||
require("core.bootstrap").chadrc_template()
|
||||
require("core.bootstrap").packer(install_path)
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue