Skip to content

Commit 21820ff

Browse files
committed
Run PlugClean! first in install script
1 parent 1cae6ca commit 21820ff

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

install.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ EOF
126126

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

129+
nvim -c PlugClean!
129130
nvim -c PlugInstall
130131
NVIMRC_INSTALL=true nvim -c PlugInstall
131132
nvim -c PlugClean!
@@ -162,6 +163,7 @@ dev_mode () {
162163

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

166+
nvim -c PlugClean!
165167
nvim -c PlugInstall
166168
nvim -c PlugClean!
167169
nvim -c PlugUpdate

0 commit comments

Comments
 (0)