bootstrap chadrc template before packer boostrap

This commit is contained in:
siduck 2022-12-24 23:44:00 +05:30
parent 54280a3e2a
commit ddeba3c01b
2 changed files with 5 additions and 2 deletions

View file

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