|
1 | 1 | [submodule ".vim/bundle/snipmate"]
|
2 | 2 | path = .vim/bundle/snipmate
|
3 |
| - url = git://github.com/spf13/snipmate.vim.git |
| 3 | + url = http://github.com/spf13/snipmate.vim.git |
4 | 4 | [submodule ".vim/bundle/nerdcommenter"]
|
5 | 5 | path = .vim/bundle/nerdcommenter
|
6 |
| - url = git://github.com/scrooloose/nerdcommenter.git |
| 6 | + url = http://github.com/scrooloose/nerdcommenter.git |
7 | 7 | [submodule ".vim/bundle/spf13-vim-colors"]
|
8 | 8 | path = .vim/bundle/spf13-vim-colors
|
9 |
| - url = git://github.com/spf13/vim-colors.git |
| 9 | + url = http://github.com/spf13/vim-colors.git |
10 | 10 | [submodule ".vim/bundle/snipmate-snippets"]
|
11 | 11 | path = .vim/bundle/snipmate-snippets
|
12 |
| - url = git://github.com/spf13/snipmate-snippets.git |
| 12 | + url = http://github.com/spf13/snipmate-snippets.git |
13 | 13 | [submodule ".vim/bundle/snipmate-snippets/snippets"]
|
14 | 14 | path = .vim/bundle/snipmate-snippets/snippets
|
15 |
| - url = git://github.com/spf13/snipmate-snippets.git |
| 15 | + url = http://github.com/spf13/snipmate-snippets.git |
16 | 16 | [submodule ".vim/bundle/supertab"]
|
17 | 17 | path = .vim/bundle/supertab
|
18 |
| - url = git://github.com/ervandew/supertab.git |
| 18 | + url = http://github.com/ervandew/supertab.git |
19 | 19 | [submodule ".vim/bundle/fugitive"]
|
20 | 20 | path = .vim/bundle/fugitive
|
21 | 21 | url = http://github.com/tpope/vim-fugitive.git
|
|
27 | 27 | url = http://github.com/tomtom/checksyntax_vim.git
|
28 | 28 | [submodule ".vim/bundle/command-t"]
|
29 | 29 | path = .vim/bundle/command-t
|
30 |
| - url = git://github.com/wincent/Command-T.git |
| 30 | + url = http://github.com/wincent/Command-T.git |
31 | 31 | [submodule ".vim/bundle/vim-markdown"]
|
32 | 32 | path = .vim/bundle/vim-markdown
|
33 |
| - url = git://github.com/spf13/vim-markdown.git |
| 33 | + url = http://github.com/spf13/vim-markdown.git |
34 | 34 | [submodule ".vim/bundle/easytags"]
|
35 | 35 | path = .vim/bundle/easytags
|
36 | 36 | url = http://github.com/spf13/vim-easytags.git
|
37 | 37 | [submodule ".vim/bundle/surround"]
|
38 | 38 | path = .vim/bundle/surround
|
39 |
| - url = git://github.com/spf13/vim-surround.git |
| 39 | + url = http://github.com/spf13/vim-surround.git |
40 | 40 | [submodule ".vim/bundle/piv"]
|
41 | 41 | path = .vim/bundle/piv
|
42 |
| - url = git://github.com/spf13/PIV.git |
| 42 | + url = http://github.com/spf13/PIV.git |
43 | 43 | [submodule ".vim/bundle/VimDebugger"]
|
44 | 44 | path = .vim/bundle/VimDebugger
|
45 |
| - url = git://github.com/taxilian/VimDebugger.git |
| 45 | + url = http://github.com/taxilian/VimDebugger.git |
46 | 46 | [submodule ".vim/bundle/nerdtree"]
|
47 | 47 | path = .vim/bundle/nerdtree
|
48 |
| - url = git://github.com/spf13/nerdtree.git |
| 48 | + url = http://github.com/spf13/nerdtree.git |
49 | 49 | [submodule ".vim/bundle/jslint"]
|
50 | 50 | path = .vim/bundle/jslint
|
51 |
| - url = git://github.com/bloveridge/jslint.vim.git |
| 51 | + url = http://github.com/bloveridge/jslint.vim.git |
52 | 52 | [submodule ".vim/bundle/pyflakes"]
|
53 | 53 | path = .vim/bundle/pyflakes
|
54 |
| - url = git://github.com/bloveridge/pyflakes-vim.git |
| 54 | + url = http://github.com/bloveridge/pyflakes-vim.git |
55 | 55 | [submodule ".vim/bundle/ack"]
|
56 | 56 | path = .vim/bundle/ack
|
57 |
| - url = git://github.com/mileszs/ack.vim.git |
| 57 | + url = http://github.com/mileszs/ack.vim.git |
58 | 58 | [submodule ".vim/bundle/vim-json"]
|
59 | 59 | path = .vim/bundle/vim-json
|
60 |
| - url = git://github.com/leshill/vim-json.git |
| 60 | + url = http://github.com/leshill/vim-json.git |
61 | 61 | [submodule ".vim/bundle/vim-colors-solarized"]
|
62 | 62 | path = .vim/bundle/vim-colors-solarized
|
63 | 63 | url = https://github.com/altercation/vim-colors-solarized.git
|
|
0 commit comments