From e611d065c8977b67bf5bc179bd504da11767c8ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakobus=20Sch=C3=BCrz?= Date: Wed, 28 Oct 2020 11:45:35 +0100 Subject: [PATCH 1/3] add Vundle --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitmodules b/.gitmodules index b7076a0..339b14e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -7,3 +7,6 @@ [submodule "tmux/plugins/tmux-sensible"] path = tmux/plugins/tmux-sensible url = https://github.com/tmux-plugins/tmux-sensible.git +[submodule "vim/bundle/Vundle.vim"] + path = vim/bundle/Vundle.vim + url = https://github.com/VundleVim/Vundle.vim.git From 8f0d3a3dd7524305e8cada0b843c26907508a36c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakobus=20Sch=C3=BCrz?= Date: Wed, 28 Oct 2020 11:50:33 +0100 Subject: [PATCH 2/3] change submodule-repo var --- functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions.sh b/functions.sh index a2d66f3..1a09721 100755 --- a/functions.sh +++ b/functions.sh @@ -418,7 +418,7 @@ vim-repair-vundle () { cd $MYSHELLCONFIG_BASE cd vim/bundle rm -rf Vundle.vim - git clone "${MYSHELLCONFIG_GIT_REMOTE_PUBLIC}Vim/gmarik/Vundle.vim.git" + git clone "${MYSHELLCONFIG_GIT_SUBMODULES_SERVER}gmarik/Vundle.vim.git" cd ~- fi EXIT From d9720bcbb4010059c03e16e349be363682627f5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakobus=20Sch=C3=BCrz?= Date: Wed, 28 Oct 2020 11:59:55 +0100 Subject: [PATCH 3/3] add Vundle --- vim/bundle/Vundle.vim | 1 + 1 file changed, 1 insertion(+) create mode 160000 vim/bundle/Vundle.vim diff --git a/vim/bundle/Vundle.vim b/vim/bundle/Vundle.vim new file mode 160000 index 0000000..b255382 --- /dev/null +++ b/vim/bundle/Vundle.vim @@ -0,0 +1 @@ +Subproject commit b255382d6242d7ea3877bf059d2934125e0c4d95