There was an error while loading. Please reload this page.
1 parent 385ba48 commit c4b4779Copy full SHA for c4b4779
install.sh
@@ -23,7 +23,7 @@ dotfiles=(
23
for i in ${dotfiles[@]}; do curl -L $repo/$i > $HOME/$i; done
24
25
# PluginInstall: "VundleVim/Vundle.vim" plugin's install command.
26
-vim +PluginInstall +GoInstallBinaries +qall < /dev/tty
+vim +PluginInstall +PluginUpdate +GoInstallBinaries +GoUpdateBinaries +qall < /dev/tty
27
28
# Compile "Shougo/vimproc.vim" manually
29
if [ ! -f $bundle/vimproc.vim/lib/*.so ]; then
0 commit comments