From 0092e51c810b7de897b30e7ebc15e00b3e2b443d Mon Sep 17 00:00:00 2001 From: madumlao Date: Wed, 21 Apr 2021 15:59:20 +0800 Subject: [PATCH] Fix typo of Vundle repo source --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 689121a..2654b19 100755 --- a/install.sh +++ b/install.sh @@ -36,5 +36,5 @@ IFS="$OLDIFS" echo "Install vim and friends" sudo apt install vim-nox git mkdir -pv "$HOME/.vim/bundle" -git clone https://github.com/VundleVim/Vundle "$HOME/.vim/bundle/Vundle.vim" +git clone https://github.com/VundleVim/Vundle.vim "$HOME/.vim/bundle/Vundle.vim" vim +PluginInstall +qall