Browse Source

Modified .gitmodules so that Vundle is obtained from my git server repo, rather than from GitHub, since GitHub took the main Vundle repo down the other day (\!).

master
Ruel Tmeizeh 3 years ago
parent
commit
2f43fddb41
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      .gitmodules

+ 2
- 2
.gitmodules View File

@ -1,4 +1,4 @@
[submodule "bundle/Vundle.vim"]
path = bundle/Vundle.vim
url = https://github.com/VundleVim/Vundle.vim.git
#url = https://git.ruhnet.net/ruhnet/Vundle.vim.git
#url = https://github.com/VundleVim/Vundle.vim.git
url = https://git.ruhnet.net/RuhNetConsulting/Vundle.vim.git

Loading…
Cancel
Save