add Vundle.vim as submodule

This commit is contained in:
Jakobus Schürz 2020-10-22 23:30:24 +02:00
parent 77627465b5
commit 8e205f3235

6
.gitmodules vendored
View file

@ -1,6 +1,3 @@
[submodule "vim/bundle/Vundle.vim"]
path = vim/bundle/Vundle.vim
url = http://git.schuerz.at/public/Vim/Vundle.vim.git
[submodule "tmux/plugins/tpm"] [submodule "tmux/plugins/tpm"]
path = tmux/plugins/tpm path = tmux/plugins/tpm
url = http://git.schuerz.at/public/tmux-plugins/tpm.git url = http://git.schuerz.at/public/tmux-plugins/tpm.git
@ -10,3 +7,6 @@
[submodule "tmux/plugins/tmux-sensible"] [submodule "tmux/plugins/tmux-sensible"]
path = tmux/plugins/tmux-sensible path = tmux/plugins/tmux-sensible
url = http://git.schuerz.at/public/tmux-plugins/tmux-sensible.git url = http://git.schuerz.at/public/tmux-plugins/tmux-sensible.git
[submodule "vim/bundle/Vundle.vim"]
path = vim/bundle/Vundle.vim
url = https://git.schuerz.at/public/Vim/gmarik/Vundle.vim.git