From d127e099a7e2c06593bb27cb8bcd0c7f9ebc391f Mon Sep 17 00:00:00 2001 From: PowerUser64 Date: Sat, 13 Aug 2022 04:13:31 -0700 Subject: [PATCH] nvim: add message that packer is updating --- .config/nvim/lua/blake/plugins.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/nvim/lua/blake/plugins.lua b/.config/nvim/lua/blake/plugins.lua index 7547e8f..2f05ceb 100644 --- a/.config/nvim/lua/blake/plugins.lua +++ b/.config/nvim/lua/blake/plugins.lua @@ -486,6 +486,7 @@ return require('packer').startup({function() -- Bootstrap packer if needed { if (packer_bootstrap) then + print('Please wait for packer to install plugins') require('packer').sync() end -- }