Skip to content

Commit

Permalink
Run PlugClean! first in install script
Browse files Browse the repository at this point in the history
  • Loading branch information
razor-x committed Jun 13, 2016
1 parent 1cae6ca commit 21820ff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ EOF

echo -e " ➤ Run ❰ PlugInstall ❱ \033[0m"

nvim -c PlugClean!
nvim -c PlugInstall
NVIMRC_INSTALL=true nvim -c PlugInstall
nvim -c PlugClean!
Expand Down Expand Up @@ -162,6 +163,7 @@ dev_mode () {

sed -i -e "s|${f_gstr}|${r_gstr}|g" $nvim_root/ginit.vim

nvim -c PlugClean!
nvim -c PlugInstall
nvim -c PlugClean!
nvim -c PlugUpdate
Expand Down

0 comments on commit 21820ff

Please sign in to comment.