Skip to content

Commit 559d936

Browse files
committed
added submodule update to install
1 parent 0a62cf9 commit 559d936

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

install.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ while true; do
88
case $yn in
99
[Yy]* )
1010
ln -sf ~/.vim/vimrc ~/.vimrc ;
11+
git submodule update --init ;
1112
vim +PluginInstall +qall
1213
break;;
1314
[Nn]* ) echo "Bye";

0 commit comments

Comments
 (0)