nvim: add message that packer is updating

This commit is contained in:
PowerUser64 2022-08-13 04:13:31 -07:00
parent 7ad7aeaeaa
commit d127e099a7

View file

@ -486,6 +486,7 @@ return require('packer').startup({function()
-- Bootstrap packer if needed { -- Bootstrap packer if needed {
if (packer_bootstrap) then if (packer_bootstrap) then
print('Please wait for packer to install plugins')
require('packer').sync() require('packer').sync()
end end
-- } -- }