From 22b1429fae5091b211f3ab69ed944304271e1df8 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Tue, 21 Jun 2016 10:27:34 +1200 Subject: Switch to public clones of Vim submodules --- .gitmodules | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index 79d0266d..3ed4ec2f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,36 +1,36 @@ [submodule "vim/bundle/abolish"] path = vim/bundle/abolish - url = https://github.com/tpope/vim-abolish.git + url = https://sanctum.geek.nz/clone/vim-abolish.git [submodule "vim/bundle/commentary"] path = vim/bundle/commentary - url = https://github.com/tpope/vim-commentary.git + url = https://sanctum.geek.nz/clone/vim-commentary.git [submodule "vim/bundle/html5"] path = vim/bundle/html5 - url = https://github.com/othree/html5.vim + url = https://sanctum.geek.nz/clone/html5.vim.git [submodule "vim/bundle/lion"] path = vim/bundle/lion - url = https://github.com/tommcdo/vim-lion + url = https://sanctum.geek.nz/clone/vim-lion.git [submodule "vim/bundle/nagios"] path = vim/bundle/nagios url = https://sanctum.geek.nz/code/vim-nagios.git [submodule "vim/bundle/pathogen"] path = vim/bundle/pathogen - url = https://github.com/tpope/vim-pathogen.git + url = https://sanctum.geek.nz/clone/vim-pathogen.git [submodule "vim/bundle/repeat"] path = vim/bundle/repeat - url = https://github.com/tpope/vim-repeat.git + url = https://sanctum.geek.nz/clone/vim-repeat.git [submodule "vim/bundle/sahara"] path = vim/bundle/sahara url = https://sanctum.geek.nz/code/sahara.git [submodule "vim/bundle/surround"] path = vim/bundle/surround - url = https://github.com/tpope/vim-surround.git + url = https://sanctum.geek.nz/clone/vim-surround.git [submodule "vim/bundle/targets"] path = vim/bundle/targets - url = https://github.com/wellle/targets.vim + url = https://sanctum.geek.nz/clone/targets.vim.git [submodule "vim/bundle/tmux"] path = vim/bundle/tmux url = https://sanctum.geek.nz/code/vim-tmux.git [submodule "vim/bundle/unimpaired"] path = vim/bundle/unimpaired - url = https://github.com/tpope/vim-unimpaired.git + url = https://sanctum.geek.nz/clone/vim-unimpaired.git -- cgit v1.2.3