diff --git a/setup.sh b/setup.sh index fb3ee8e..c2465e1 100755 --- a/setup.sh +++ b/setup.sh @@ -43,4 +43,5 @@ then * ) echo "Please answer yes or no.";; esac done -echo "you may need to run vim and execute :PluginInstall to sync packages with the new .vimrc" +fi +echo "you may need to run vim and execute :PluginInstall to sync packages with the new .vimrc, or \"vim +PluginInstall +qall\" from the command line"