mirror of
https://github.com/Matir/skel.git
synced 2026-05-25 21:19:09 -07:00
Begin migrating from Vundle to Vim8 packages.
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user