There was an error while loading. Please reload this page.
1 parent 0a62cf9 commit 559d936Copy full SHA for 559d936
install.sh
@@ -8,6 +8,7 @@ while true; do
8
case $yn in
9
[Yy]* )
10
ln -sf ~/.vim/vimrc ~/.vimrc ;
11
+git submodule update --init ;
12
vim +PluginInstall +qall
13
break;;
14
[Nn]* ) echo "Bye";
0 commit comments