Fix typo of Vundle repo source

This commit is contained in:
2021-04-21 15:59:20 +08:00
parent 50d99a90e9
commit 0092e51c81

View File

@@ -36,5 +36,5 @@ IFS="$OLDIFS"
echo "Install vim and friends" echo "Install vim and friends"
sudo apt install vim-nox git sudo apt install vim-nox git
mkdir -pv "$HOME/.vim/bundle" 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 vim +PluginInstall +qall