From 066642b243d9272a5d49b8a104f2782877e6151b Mon Sep 17 00:00:00 2001 From: Jordan Orelli Date: Sun, 14 Jan 2024 20:17:29 -0600 Subject: [PATCH] oh i was installing vundle twice --- config.ini | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/config.ini b/config.ini index 5db4852..e984f9d 100644 --- a/config.ini +++ b/config.ini @@ -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