diff --git a/src/steps/upgrade.vim b/src/steps/upgrade.vim index d692a602..1638c015 100644 --- a/src/steps/upgrade.vim +++ b/src/steps/upgrade.vim @@ -15,4 +15,9 @@ if exists(":PlugUpgrade") PlugUpdate endif -quitall \ No newline at end of file +if exists(":PackerUpdate") + echo "Packer" + PackerSync +endif + +quitall