oh i was installing vundle twice

master
Jordan Orelli 8 months ago
parent 1db37d73d9
commit 066642b243

@ -10,6 +10,7 @@ files:
[home vim]
when: host.has('vim') or host.has('nvim')
files:
Vundle.vim > .vim/bundle/Vundle.vim
vim/ftplugin > .vim/ftplugin
vim/pack > .vim/pack
vimrc > .vimrc
@ -50,10 +51,10 @@ files:
nvim/lua
nvim/init.vim
[git vundle]
when: host.has('vim') or host.has('nvim')
repo: https://github.com/VundleVim/Vundle.vim.git
target: ~/.vim/bundle/Vundle.vim
# [git vundle]
# when: host.has('vim') or host.has('nvim')
# repo: https://github.com/VundleVim/Vundle.vim.git
# target: ~/.vim/bundle/Vundle.vim
[git packer-posix]
when: not host.is_windows

Loading…
Cancel
Save