fix(plugins): packer sync on first install
This commit is contained in:
parent
d4f1e232c4
commit
1c3138b11d
1 changed files with 4 additions and 0 deletions
|
@ -201,4 +201,8 @@ return packer.startup(function()
|
||||||
use(plugin)
|
use(plugin)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
if cosmic_packer.first_install then
|
||||||
|
packer.sync()
|
||||||
|
end
|
||||||
end)
|
end)
|
||||||
|
|
Loading…
Add table
Reference in a new issue