From 11db22b545bc5c2c2c75c2aee9b0507912291476 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= Date: Sun, 27 May 2018 23:53:16 +0100 Subject: [PATCH] Remove unused vim plugins automatically --- common/configure_fresh_system.sh | 1 + 1 file changed, 1 insertion(+) 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