nvim: add message that packer is updating
This commit is contained in:
parent
7ad7aeaeaa
commit
d127e099a7
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
-- }
|
-- }
|
||||||
|
|
Loading…
Add table
Reference in a new issue