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 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 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