forked from nviennot/vim-config
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitmodules
187 lines (187 loc) · 5.5 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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
[submodule "bundle/markdown"]
path = bundle/markdown
url = https://github.com/ujihisa/vim-markdown.git
ignore = dirty
[submodule "bundle/nerdcommenter"]
path = bundle/nerdcommenter
url = https://github.com/scrooloose/nerdcommenter.git
ignore = dirty
[submodule "bundle/nerdtree"]
path = bundle/nerdtree
url = https://github.com/scrooloose/nerdtree.git
ignore = dirty
[submodule "bundle/abolish"]
path = bundle/abolish
url = https://github.com/tpope/vim-abolish.git
ignore = dirty
[submodule "bundle/cucumber"]
path = bundle/cucumber
url = https://github.com/tpope/vim-cucumber.git
ignore = dirty
[submodule "bundle/endwise"]
path = bundle/endwise
url = https://github.com/tpope/vim-endwise.git
ignore = dirty
[submodule "bundle/haml"]
path = bundle/haml
url = https://github.com/tpope/vim-haml.git
ignore = dirty
[submodule "bundle/rails"]
path = bundle/rails
url = https://github.com/tpope/vim-rails.git
ignore = dirty
[submodule "bundle/repeat"]
path = bundle/repeat
url = https://github.com/tpope/vim-repeat.git
ignore = dirty
[submodule "bundle/speeddating"]
path = bundle/speeddating
url = https://github.com/tpope/vim-speeddating.git
ignore = dirty
[submodule "bundle/surround"]
path = bundle/surround
url = https://github.com/tpope/vim-surround.git
ignore = dirty
[submodule "bundle/unimpaired"]
path = bundle/unimpaired
url = https://github.com/tpope/vim-unimpaired.git
ignore = dirty
[submodule "bundle/xmledit"]
path = bundle/xmledit
url = https://github.com/sukima/xmledit.git
ignore = dirty
[submodule "bundle/fugitive"]
path = bundle/fugitive
url = https://github.com/tpope/vim-fugitive.git
ignore = dirty
[submodule "autoload/pathogen"]
path = autoload/pathogen
url = https://github.com/tpope/vim-pathogen.git
ignore = dirty
[submodule "autoload/afterimage"]
path = autoload/afterimage
url = https://github.com/tpope/vim-afterimage.git
ignore = dirty
[submodule "bundle/tabular"]
path = bundle/tabular
url = https://github.com/godlygeek/tabular
ignore = dirty
[submodule "bundle/snipmate"]
path = bundle/snipmate
url = https://github.com/nviennot/snipmate.vim.git
ignore = dirty
[submodule "bundle/coffee-script"]
path = bundle/coffee-script
url = https://github.com/kchmck/vim-coffee-script.git
ignore = dirty
[submodule "bundle/syntastic"]
path = bundle/syntastic
url = https://github.com/scrooloose/syntastic.git
ignore = dirty
[submodule "bundle/gundo"]
path = bundle/gundo
url = https://github.com/sjl/gundo.vim.git
ignore = dirty
[submodule "bundle/gist"]
path = bundle/gist
url = https://github.com/vim-scripts/Gist.vim.git
ignore = dirty
[submodule "bundle/quickfixsigns"]
path = bundle/quickfixsigns
url = https://github.com/tomtom/quickfixsigns_vim.git
ignore = dirty
[submodule "bundle/addon-mw-utils"]
path = bundle/addon-mw-utils
url = https://github.com/MarcWeber/vim-addon-mw-utils.git
ignore = dirty
[submodule "bundle/tlib"]
path = bundle/tlib
url = https://github.com/tomtom/tlib_vim.git
ignore = dirty
[submodule "bundle/l9"]
path = bundle/l9
url = https://github.com/vim-scripts/L9.git
ignore = dirty
[submodule "bundle/yankring"]
path = bundle/yankring
url = https://github.com/vim-scripts/YankRing.vim.git
ignore = dirty
[submodule "bundle/supertab"]
path = bundle/supertab
url = https://github.com/ervandew/supertab.git
ignore = dirty
[submodule "bundle/matchit"]
path = bundle/matchit
url = https://github.com/vim-scripts/matchit.zip.git
ignore = dirty
[submodule "bundle/molokai"]
path = bundle/molokai
url = https://github.com/nviennot/molokai.git
ignore = dirty
[submodule "bundle/armasm"]
path = bundle/armasm
url = https://github.com/nviennot/vim-armasm.git
ignore = dirty
[submodule "bundle/powerline"]
path = bundle/powerline
url = https://github.com/nviennot/vim-powerline.git
ignore = dirty
[submodule "bundle/ruby"]
path = bundle/ruby
url = https://github.com/vim-ruby/vim-ruby.git
ignore = dirty
[submodule "bundle/ctrlp"]
path = bundle/ctrlp
url = https://github.com/kien/ctrlp.vim.git
ignore = dirty
[submodule "bundle/scala"]
path = bundle/scala
url = https://github.com/sidnair/scala-vim.git
ignore = dirty
[submodule "bundle/screen"]
path = bundle/screen
url = https://github.com/ervandew/screen.git
ignore = dirty
[submodule "bundle/webapi"]
path = bundle/webapi
url = https://github.com/mattn/webapi-vim.git
ignore = dirty
[submodule "bundle/less"]
path = bundle/less
url = https://github.com/groenewege/vim-less.git
ignore = dirty
[submodule "bundle/css3-syntax"]
path = bundle/css3-syntax
url = https://github.com/hail2u/vim-css3-syntax.git
ignore = dirty
[submodule "bundle/css-color"]
path = bundle/css-color
url = https://github.com/skammer/vim-css-color.git
ignore = dirty
[submodule "bundle/ack"]
path = bundle/ack
url = https://github.com/mileszs/ack.vim.git
[submodule "bundle/bufsurf"]
path = bundle/bufsurf
url = https://github.com/ton/vim-bufsurf.git
[submodule "bundle/tagbar"]
path = bundle/tagbar
url = https://github.com/majutsushi/tagbar.git
[submodule "bundle/slim"]
path = bundle/slim
url = https://github.com/slim-template/vim-slim.git
[submodule "bundle/json"]
path = bundle/json
url = https://github.com/elzr/vim-json.git
[submodule "bundle/jsx"]
path = bundle/jsx
url = https://github.com/mxw/vim-jsx.git
[submodule "bundle/rainbow"]
path = bundle/rainbow
url = https://github.com/luochen1990/rainbow.git
[submodule "bundle/javascript"]
path = bundle/javascript
url = https://github.com/pangloss/vim-javascript.git
[submodule "bundle/elixir"]
path = bundle/elixir
url = https://github.com/elixir-lang/vim-elixir.git