Fixed packer bootstrap

This commit is contained in:
Oliver Hartmann 2022-03-16 23:04:13 +01:00
parent cb2b0e521f
commit d219e43cc7

View File

@ -137,4 +137,7 @@ return require('packer').startup(function()
})
end,
})
if packer_bootstrap then
require('packer').sync()
end
end)