forked from drewdeponte/dotvim
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
87 lines (87 loc) · 3.17 KB
/
.gitmodules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
[submodule "bundle/vim-fugitive"]
path = bundle/vim-fugitive
url = git://github.com/tpope/vim-fugitive.git
[submodule "bundle/vim-colors-solarized"]
path = bundle/vim-colors-solarized
url = git://github.com/altercation/vim-colors-solarized.git
[submodule "bundle/vim-cucumber"]
path = bundle/vim-cucumber
url = git://github.com/tpope/vim-cucumber.git
[submodule "bundle/vim-markdown"]
path = bundle/vim-markdown
url = git://github.com/tpope/vim-markdown.git
[submodule "bundle/vim-rails"]
path = bundle/vim-rails
url = git://github.com/tpope/vim-rails.git
[submodule "bundle/ack"]
path = bundle/ack
url = git://github.com/mileszs/ack.vim.git
[submodule "bundle/vim-matchit"]
path = bundle/vim-matchit
url = git://github.com/vim-scripts/matchit.zip.git
[submodule "bundle/gist-vim"]
path = bundle/gist-vim
url = git://github.com/mattn/gist-vim.git
[submodule "bundle/webapi-vim"]
path = bundle/webapi-vim
url = git://github.com/mattn/webapi-vim.git
[submodule "bundle/tcomment_vim"]
path = bundle/tcomment_vim
url = git://github.com/tomtom/tcomment_vim.git
[submodule "bundle/vim-surround"]
path = bundle/vim-surround
url = git://github.com/tpope/vim-surround.git
[submodule "bundle/AnsiEsc.vim"]
path = bundle/AnsiEsc.vim
url = git://github.com/vim-scripts/AnsiEsc.vim.git
[submodule "bundle/vim-ruby"]
path = bundle/vim-ruby
url = git://github.com/vim-ruby/vim-ruby.git
[submodule "bundle/vim-ruby-refactoring"]
path = bundle/vim-ruby-refactoring
url = git://github.com/ecomba/vim-ruby-refactoring.git
[submodule "bundle/vim-test-recall"]
path = bundle/vim-test-recall
url = git://github.com/cyphactor/vim-test-recall.git
[submodule "bundle/vim-open-alternate"]
path = bundle/vim-open-alternate
url = git://github.com/cyphactor/vim-open-alternate.git
[submodule "bundle/vim-ping-cursor"]
path = bundle/vim-ping-cursor
url = git://github.com/cyphactor/vim-ping-cursor.git
[submodule "bundle/colorschemes"]
path = bundle/colorschemes
url = [email protected]:flazz/vim-colorschemes.git
[submodule "bundle/vim-bundler"]
path = bundle/vim-bundler
url = [email protected]:tpope/vim-bundler.git
[submodule "bundle/vim-rake"]
path = bundle/vim-rake
url = [email protected]:tpope/vim-rake.git
[submodule "bundle/vim-textobj-user"]
path = bundle/vim-textobj-user
url = [email protected]:kana/vim-textobj-user.git
[submodule "bundle/vim-textobj-rubyblock"]
path = bundle/vim-textobj-rubyblock
url = [email protected]:nelstrom/vim-textobj-rubyblock.git
[submodule "bundle/vim-snipmate"]
path = bundle/vim-snipmate
url = [email protected]:garbas/vim-snipmate.git
[submodule "bundle/vim-addon-mw-utils"]
path = bundle/vim-addon-mw-utils
url = [email protected]:MarcWeber/vim-addon-mw-utils.git
[submodule "bundle/vim-tlib"]
path = bundle/vim-tlib
url = [email protected]:tomtom/tlib_vim.git
[submodule "bundle/vim-endwise"]
path = bundle/vim-endwise
url = [email protected]:tpope/vim-endwise.git
[submodule "bundle/vim-supertab"]
path = bundle/vim-supertab
url = [email protected]:ervandew/supertab.git
[submodule "bundle/vim-multiple-cursors"]
path = bundle/vim-multiple-cursors
url = https://github.com/terryma/vim-multiple-cursors
[submodule "bundle/vim-ctrlp"]
path = bundle/vim-ctrlp
url = [email protected]:kien/ctrlp.vim.git