From 8e205f3235cb1c69a927e1abbc3d020373709822 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakobus=20Sch=C3=BCrz?= Date: Thu, 22 Oct 2020 23:30:24 +0200 Subject: [PATCH] add Vundle.vim as submodule --- .gitmodules | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitmodules b/.gitmodules index a460225..fb6a440 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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"] path = tmux/plugins/tpm url = http://git.schuerz.at/public/tmux-plugins/tpm.git @@ -10,3 +7,6 @@ [submodule "tmux/plugins/tmux-sensible"] path = tmux/plugins/tmux-sensible 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