Remove unused vim plugins automatically
This commit is contained in:
parent
0efa7d2d8e
commit
11db22b545
1 changed files with 1 additions and 0 deletions
|
@ -159,6 +159,7 @@ if [[ -z $NOVIM ]]; then
|
||||||
~/.fzf/install --64 --all
|
~/.fzf/install --64 --all
|
||||||
fi
|
fi
|
||||||
echo "Installing Vim plugins"
|
echo "Installing Vim plugins"
|
||||||
|
echo "\n" | vim +PlugClean! +qa
|
||||||
echo "\n" | vim +PlugInstall! +qa
|
echo "\n" | vim +PlugInstall! +qa
|
||||||
|
|
||||||
if [[ -z $NOYCM ]]; then
|
if [[ -z $NOYCM ]]; then
|
||||||
|
|
Loading…
Reference in a new issue