Switched git modules to use HTTPS
This commit is contained in:
parent
783333144d
commit
4a6381eaa9
26
.gitmodules
vendored
26
.gitmodules
vendored
@ -1,42 +1,42 @@
|
|||||||
[submodule "vim/bundle/pathogen"]
|
[submodule "vim/bundle/pathogen"]
|
||||||
path = vim/bundle/pathogen
|
path = vim/bundle/pathogen
|
||||||
url = git@github.com:tpope/vim-pathogen.git
|
url = https://github.com/tpope/vim-pathogen
|
||||||
[submodule "vim/bundle/fugitive"]
|
[submodule "vim/bundle/fugitive"]
|
||||||
path = vim/bundle/fugitive
|
path = vim/bundle/fugitive
|
||||||
url = git@github.com:tpope/vim-fugitive.git
|
url = https://github.com/tpope/vim-fugitive
|
||||||
[submodule "vim/bundle/commentary"]
|
[submodule "vim/bundle/commentary"]
|
||||||
path = vim/bundle/commentary
|
path = vim/bundle/commentary
|
||||||
url = git@github.com:tpope/vim-commentary.git
|
url = https://github.com/tpope/vim-commentary
|
||||||
[submodule "vim/bundle/eunuch"]
|
[submodule "vim/bundle/eunuch"]
|
||||||
path = vim/bundle/eunuch
|
path = vim/bundle/eunuch
|
||||||
url = git@github.com:tpope/vim-eunuch.git
|
url = https://github.com/tpope/vim-eunuch
|
||||||
[submodule "vim/bundle/vinegar"]
|
[submodule "vim/bundle/vinegar"]
|
||||||
path = vim/bundle/vinegar
|
path = vim/bundle/vinegar
|
||||||
url = git@github.com:tpope/vim-vinegar.git
|
url = https://github.com/tpope/vim-vinegar
|
||||||
[submodule "vim/bundle/sleuth"]
|
[submodule "vim/bundle/sleuth"]
|
||||||
path = vim/bundle/sleuth
|
path = vim/bundle/sleuth
|
||||||
url = git@github.com:tpope/vim-sleuth.git
|
url = https://github.com/tpope/vim-sleuth
|
||||||
[submodule "vim/bundle/endwise"]
|
[submodule "vim/bundle/endwise"]
|
||||||
path = vim/bundle/endwise
|
path = vim/bundle/endwise
|
||||||
url = git@github.com:tpope/vim-endwise.git
|
url = https://github.com/tpope/vim-endwise
|
||||||
[submodule "vim/bundle/tagbar"]
|
[submodule "vim/bundle/tagbar"]
|
||||||
path = vim/bundle/tagbar
|
path = vim/bundle/tagbar
|
||||||
url = git@github.com:majutsushi/tagbar.git
|
url = https://github.com/majutsushi/tagbar
|
||||||
[submodule "vim/bundle/pencil"]
|
[submodule "vim/bundle/pencil"]
|
||||||
path = vim/bundle/pencil
|
path = vim/bundle/pencil
|
||||||
url = git@github.com:reedes/vim-pencil.git
|
url = https://github.com/reedes/vim-pencil
|
||||||
[submodule "vim/bundle/snipmate"]
|
[submodule "vim/bundle/snipmate"]
|
||||||
path = vim/bundle/snipmate
|
path = vim/bundle/snipmate
|
||||||
url = git@github.com:garbas/vim-snipmate.git
|
url = https://github.com/garbas/vim-snipmate
|
||||||
[submodule "vim/bundle/snipmate-tlib"]
|
[submodule "vim/bundle/snipmate-tlib"]
|
||||||
path = vim/bundle/snipmate-tlib
|
path = vim/bundle/snipmate-tlib
|
||||||
url = git@github.com:tomtom/tlib_vim.git
|
url = https://github.com/tomtom/tlib_vim
|
||||||
[submodule "vim/bundle/snipmate-addon-mw-utils"]
|
[submodule "vim/bundle/snipmate-addon-mw-utils"]
|
||||||
path = vim/bundle/snipmate-addon-mw-utils
|
path = vim/bundle/snipmate-addon-mw-utils
|
||||||
url = git@github.com:MarcWeber/vim-addon-mw-utils.git
|
url = https://github.com/MarcWeber/vim-addon-mw-utils
|
||||||
[submodule "vim/bundle/filetype-nix"]
|
[submodule "vim/bundle/filetype-nix"]
|
||||||
path = vim/bundle/filetype-nix
|
path = vim/bundle/filetype-nix
|
||||||
url = git@github.com:LnL7/vim-nix.git
|
url = https://github.com/LnL7/vim-nix
|
||||||
[submodule "vim/bundle/supertab"]
|
[submodule "vim/bundle/supertab"]
|
||||||
path = vim/bundle/supertab
|
path = vim/bundle/supertab
|
||||||
url = https://github.com/ervandew/supertab
|
url = https://github.com/ervandew/supertab
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user