mirror of
https://github.com/xlogerais/config-vim
synced 2024-11-10 00:21:41 +01:00
Switched url for submodules from git:// to https://
This commit is contained in:
parent
a42a5989b9
commit
2ee4478fda
26
.gitmodules
vendored
26
.gitmodules
vendored
@ -1,39 +1,39 @@
|
|||||||
[submodule "bundle/commentary"]
|
[submodule "bundle/commentary"]
|
||||||
path = bundle/commentary
|
path = bundle/commentary
|
||||||
url = git://github.com/tpope/vim-commentary.git
|
url = https://github.com/tpope/vim-commentary.git
|
||||||
[submodule "bundle/surround"]
|
[submodule "bundle/surround"]
|
||||||
path = bundle/surround
|
path = bundle/surround
|
||||||
url = git://github.com/tpope/vim-surround.git
|
url = https://github.com/tpope/vim-surround.git
|
||||||
[submodule "bundle/speeddating"]
|
[submodule "bundle/speeddating"]
|
||||||
path = bundle/speeddating
|
path = bundle/speeddating
|
||||||
url = git://github.com/tpope/vim-speeddating.git
|
url = https://github.com/tpope/vim-speeddating.git
|
||||||
[submodule "bundle/repeat"]
|
[submodule "bundle/repeat"]
|
||||||
path = bundle/repeat
|
path = bundle/repeat
|
||||||
url = git://github.com/tpope/vim-repeat.git
|
url = https://github.com/tpope/vim-repeat.git
|
||||||
[submodule "bundle/nerdtree"]
|
[submodule "bundle/nerdtree"]
|
||||||
path = bundle/nerdtree
|
path = bundle/nerdtree
|
||||||
url = git://github.com/scrooloose/nerdtree.git
|
url = https://github.com/scrooloose/nerdtree.git
|
||||||
[submodule "bundle/fugitive"]
|
[submodule "bundle/fugitive"]
|
||||||
path = bundle/fugitive
|
path = bundle/fugitive
|
||||||
url = git://github.com/tpope/vim-fugitive.git
|
url = https://github.com/tpope/vim-fugitive.git
|
||||||
[submodule "bundle/ruby"]
|
[submodule "bundle/ruby"]
|
||||||
path = bundle/ruby
|
path = bundle/ruby
|
||||||
url = git://github.com/vim-ruby/vim-ruby.git
|
url = https://github.com/vim-ruby/vim-ruby.git
|
||||||
[submodule "bundle/rbenv"]
|
[submodule "bundle/rbenv"]
|
||||||
path = bundle/rbenv
|
path = bundle/rbenv
|
||||||
url = git://github.com/tpope/vim-rbenv.git
|
url = https://github.com/tpope/vim-rbenv.git
|
||||||
[submodule "bundle/rake"]
|
[submodule "bundle/rake"]
|
||||||
path = bundle/rake
|
path = bundle/rake
|
||||||
url = git://github.com/tpope/vim-rake.git
|
url = https://github.com/tpope/vim-rake.git
|
||||||
[submodule "bundle/bundler"]
|
[submodule "bundle/bundler"]
|
||||||
path = bundle/bundler
|
path = bundle/bundler
|
||||||
url = git://github.com/tpope/vim-bundler.git
|
url = https://github.com/tpope/vim-bundler.git
|
||||||
[submodule "bundle/rails"]
|
[submodule "bundle/rails"]
|
||||||
path = bundle/rails
|
path = bundle/rails
|
||||||
url = git://github.com/tpope/vim-rails.git
|
url = https://github.com/tpope/vim-rails.git
|
||||||
[submodule "bundle/haml"]
|
[submodule "bundle/haml"]
|
||||||
path = bundle/haml
|
path = bundle/haml
|
||||||
url = git://github.com/tpope/vim-haml.git
|
url = https://github.com/tpope/vim-haml.git
|
||||||
[submodule "bundle/solarized"]
|
[submodule "bundle/solarized"]
|
||||||
path = bundle/solarized
|
path = bundle/solarized
|
||||||
url = git://github.com/altercation/vim-colors-solarized.git
|
url = https://github.com/altercation/vim-colors-solarized.git
|
||||||
|
Loading…
Reference in New Issue
Block a user