diff --git a/common/configure_fresh_system.sh b/common/configure_fresh_system.sh index b26385e6..fd878198 100755 --- a/common/configure_fresh_system.sh +++ b/common/configure_fresh_system.sh @@ -159,6 +159,7 @@ if [[ -z $NOVIM ]]; then ~/.fzf/install --64 --all fi echo "Installing Vim plugins" + echo "\n" | vim +PlugClean! +qa echo "\n" | vim +PlugInstall! +qa if [[ -z $NOYCM ]]; then