Use https:// instead of git:// for all gitmodules

This commit is contained in:
Kevin MacMartin 2022-04-13 14:25:22 -04:00
parent 2b0263abde
commit 2a48821637

4
.gitmodules vendored
View file

@ -15,7 +15,7 @@
url = https://github.com/tpope/vim-surround.git
[submodule "vim/bundle/tagbar"]
path = vim/bundle/tagbar
url = git://github.com/majutsushi/tagbar
url = https://github.com/majutsushi/tagbar
[submodule "vim/bundle/vim-togglelist"]
path = vim/bundle/vim-togglelist
url = https://github.com/milkypostman/vim-togglelist.git
@ -57,7 +57,7 @@
url = https://github.com/tomtom/tcommand_vim.git
[submodule "vim/bundle/tlib_vim"]
path = vim/bundle/tlib_vim
url = git://github.com/tomtom/tlib_vim.git
url = https://github.com/tomtom/tlib_vim.git
[submodule "vim/bundle/goyo.vim"]
path = vim/bundle/goyo.vim
url = https://github.com/junegunn/goyo.vim.git