From 2f43fddb41facf95225a887b3b9510722088f4a3 Mon Sep 17 00:00:00 2001 From: ruhnet Date: Thu, 23 Feb 2023 19:23:05 -0500 Subject: [PATCH] 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 (\!). --- .gitmodules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index f2201b1..da7089d 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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