fix(plugins): packer sync on first install

This commit is contained in:
Matt Leong 2021-10-25 16:47:09 -07:00
parent d4f1e232c4
commit 1c3138b11d

View file

@ -201,4 +201,8 @@ return packer.startup(function()
use(plugin)
end
end
if cosmic_packer.first_install then
packer.sync()
end
end)