Begin migrating from Vundle to Vim8 packages.

This commit is contained in:
David Tomaschik
2019-03-19 20:23:54 -07:00
parent 6bd457700e
commit b3224e9ad3
6 changed files with 5 additions and 30 deletions

View File

@@ -44,11 +44,6 @@ prerequisites() {
else
echo "ZSH not found!" >&2
fi
if which vim > /dev/null 2>&1 ; then
mkdir -p $HOME/.vim/bundle
install_git https://github.com/VundleVim/Vundle.vim.git \
$HOME/.vim/bundle/Vundle.vim
fi
}
install_dotfile_dir() {