add Vundle.vim as submodule
This commit is contained in:
parent
77627465b5
commit
8e205f3235
1 changed files with 3 additions and 3 deletions
6
.gitmodules
vendored
6
.gitmodules
vendored
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue