We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cae6ca commit 21820ffCopy full SHA for 21820ff
1 file changed
install.sh
@@ -126,6 +126,7 @@ EOF
126
127
echo -e " ➤ Run ❰ PlugInstall ❱ \033[0m"
128
129
+ nvim -c PlugClean!
130
nvim -c PlugInstall
131
NVIMRC_INSTALL=true nvim -c PlugInstall
132
nvim -c PlugClean!
@@ -162,6 +163,7 @@ dev_mode () {
162
163
164
sed -i -e "s|${f_gstr}|${r_gstr}|g" $nvim_root/ginit.vim
165
166
167
168
169
nvim -c PlugUpdate
0 commit comments