1
0
mirror of https://github.com/bertptrs/vimconfig.git synced 2025-12-25 12:30:32 +01:00

Use HTTPS for all submodules.

This commit is contained in:
Bert Peters
2017-01-26 14:48:46 +01:00
parent ad3b04e659
commit 5899cc2aff

2
.gitmodules vendored
View File

@@ -24,7 +24,7 @@
url = https://github.com/ynkdir/vim-vimlparser
[submodule "vim/bundle/vim-latex"]
path = vim/.vim/bundle/vim-latex
url = git@github.com:lervag/vim-latex.git
url = https://github.com/lervag/vim-latex.git
[submodule "vim/bundle/shebang"]
path = vim/.vim/bundle/shebang
url = https://github.com/vim-scripts/Shebang