From 21820ff43fc5f8707d24a40d606609d1015eb02f Mon Sep 17 00:00:00 2001 From: Evan Sosenko Date: Mon, 13 Jun 2016 10:43:08 -0700 Subject: [PATCH] Run PlugClean! first in install script --- install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install.sh b/install.sh index 883517c..8e9d2c8 100755 --- a/install.sh +++ b/install.sh @@ -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! @@ -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