Remove unused vim plugins automatically

This commit is contained in:
Cyryl Płotnicki 2018-05-27 23:53:16 +01:00
parent 0efa7d2d8e
commit 11db22b545

View file

@ -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