|
|
@@ -1,27 +1,30 @@
|
|
|
[submodule "vim/bundle/pathogen"]
|
|
|
path = vim/bundle/pathogen
|
|
|
- url = git://github.com/tpope/vim-pathogen.git
|
|
|
+ url = https://github.com/tpope/vim-pathogen.git
|
|
|
[submodule "vim/bundle/nerdtree"]
|
|
|
path = vim/bundle/nerdtree
|
|
|
- url = git://github.com/scrooloose/nerdtree.git
|
|
|
+ url = https://github.com/scrooloose/nerdtree.git
|
|
|
[submodule "vim/bundle/nerdcommenter"]
|
|
|
path = vim/bundle/nerdcommenter
|
|
|
- url = git://github.com/scrooloose/nerdcommenter.git
|
|
|
+ url = https://github.com/scrooloose/nerdcommenter.git
|
|
|
[submodule "vim/bundle/supertab"]
|
|
|
path = vim/bundle/supertab
|
|
|
- url = git://github.com/ervandew/supertab.git
|
|
|
+ url = https://github.com/ervandew/supertab.git
|
|
|
[submodule "vim/bundle/surrounding"]
|
|
|
path = vim/bundle/surrounding
|
|
|
- url = git://github.com/msanders/vim-files.git
|
|
|
+ url = https://github.com/msanders/vim-files.git
|
|
|
[submodule "vim/bundle/snipmate"]
|
|
|
path = vim/bundle/snipmate
|
|
|
- url = git://github.com/msanders/snipmate.vim.git
|
|
|
+ url = https://github.com/msanders/snipmate.vim.git
|
|
|
[submodule "vim/bundle/ack"]
|
|
|
path = vim/bundle/ack
|
|
|
- url = git://github.com/mileszs/ack.vim.git
|
|
|
+ url = https://github.com/mileszs/ack.vim.git
|
|
|
[submodule "vim/bundle/solarized"]
|
|
|
path = vim/bundle/solarized
|
|
|
- url = git://github.com/altercation/vim-colors-solarized.git
|
|
|
+ url = https://github.com/altercation/vim-colors-solarized.git
|
|
|
[submodule "zsh/oh-my-zsh"]
|
|
|
path = zsh/oh-my-zsh
|
|
|
- url = git://github.com/robbyrussell/oh-my-zsh.git
|
|
|
+ url = https://github.com/robbyrussell/oh-my-zsh.git
|
|
|
+[submodule "vim/bundle/gundo"]
|
|
|
+ path = vim/bundle/gundo
|
|
|
+ url = https://github.com/sjl/gundo.vim.git
|