-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
486 lines (486 loc) · 18.7 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
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
[submodule "vim/bundle/nerdtree"]
path = vim/bundle/nerdtree
url = https://github.com/scrooloose/nerdtree
[submodule "vim/bundle/powerline"]
path = vim/bundle/powerline
url = https://github.com/Lokaltog/vim-powerline
[submodule "vim/bundle/pyflakes"]
path = vim/bundle/pyflakes
url = https://github.com/mitechie/pyflakes-pathogen
[submodule "vim/bundle/repeat"]
path = vim/bundle/repeat
url = https://github.com/tpope/vim-repeat
[submodule "vim/bundle/surrond"]
path = vim/bundle/surrond
url = https://github.com/tpope/vim-surround
[submodule "vim/bundle/tabular"]
path = vim/bundle/tabular
url = https://github.com/godlygeek/tabular
[submodule "vim-fugitive"]
path = vim/bundle/vim-fugitive
url = https://github.com/tpope/vim-fugitive.git
[submodule "vim/bundle/unimpaired"]
path = vim/bundle/unimpaired
url = https://github.com/tpope/vim-unimpaired.git
[submodule "vim/bundle/vim-json"]
path = vim/bundle/vim-json
url = https://github.com/rogerz/vim-json
[submodule "vim/bundle/syntastic"]
path = vim/bundle/syntastic
url = https://github.com/scrooloose/syntastic.git
[submodule "vim/bundle/vim-abolish"]
path = vim/bundle/vim-abolish
url = https://github.com/tpope/vim-abolish.git
[submodule "vim/bundle/vim-afterimage"]
path = vim/bundle/vim-afterimage
url = https://github.com/tpope/vim-afterimage.git
[submodule "vim/bundle/vim-scriptease"]
path = vim/bundle/vim-scriptease
url = https://github.com/tpope/vim-scriptease.git
[submodule "vim/bundle/vim-ragtag"]
path = vim/bundle/vim-ragtag
url = https://github.com/tpope/vim-ragtag.git
[submodule "vim/bundle/vim-tbone"]
path = vim/bundle/vim-tbone
url = https://github.com/tpope/vim-tbone.git
[submodule "vim/bundle/vim-obsession"]
path = vim/bundle/vim-obsession
url = https://github.com/tpope/vim-obsession.git
[submodule "vim/bundle/vim-commentary"]
path = vim/bundle/vim-commentary
url = https://github.com/tpope/vim-commentary.git
[submodule "vim/bundle/vim-repeat"]
path = vim/bundle/vim-repeat
url = https://github.com/tpope/vim-repeat.git
[submodule "vim/bundle/vim-capslock"]
path = vim/bundle/vim-capslock
url = https://github.com/tpope/vim-capslock.git
[submodule "vim/bundle/vim-eunuch"]
path = vim/bundle/vim-eunuch
url = https://github.com/tpope/vim-eunuch.git
[submodule "vim/bundle/ultisnips"]
path = vim/bundle/ultisnips
url = https://github.com/SirVer/ultisnips.git
[submodule "vim/bundle/vim-snippets"]
path = vim/bundle/vim-snippets
url = https://github.com/honza/vim-snippets.git
[submodule "vim/bundle/sparkup"]
path = vim/bundle/sparkup
url = https://github.com/rstacruz/sparkup
[submodule "vim/bundle/vim-exchange"]
path = vim/bundle/vim-exchange
url = https://github.com/tommcdo/vim-exchange.git
[submodule "vim/bundle/vim-colors-solarized"]
path = vim/bundle/vim-colors-solarized
url = git://github.com/altercation/vim-colors-solarized.git
[submodule "tmux/solarized-colors"]
path = tmux/solarized-colors
url = https://github.com/seebi/tmux-colors-solarized.git
[submodule "vim/bundle/vim-gitgutter"]
path = vim/bundle/vim-gitgutter
url = https://github.com/airblade/vim-gitgutter.git
[submodule "vim/bundle/vim-ruby"]
path = vim/bundle/vim-ruby
url = https://github.com/vim-ruby/vim-ruby.git
[submodule "mutt/colourschemes"]
path = mutt/colourschemes
url = https://github.com/altercation/mutt-colors-solarized.git
[submodule "vim/bundle/vim-switch"]
path = vim/bundle/vim-switch
url = https://github.com/AndrewRadev/switch.vim.git
[submodule "vim/bundle/vim-mediummode"]
path = vim/bundle/vim-mediummode
url = https://github.com/kbarrette/mediummode.git
[submodule "tmux/plugins/tpm"]
path = tmux/plugins/tpm
url = https://github.com/tmux-plugins/tpm.git
[submodule "vim/bundle/vim-jsoneditoronline"]
path = vim/bundle/vim-jsoneditoronline
url = https://github.com/peteches/vim-jsoneditoronline
[submodule "zsh/antigen"]
path = zsh/antigen-repo
url = https://github.com/zsh-users/antigen.git
[submodule "vim/bundle/ctrl-p"]
path = vim/bundle/ctrl-p
url = https://github.com/kien/ctrlp.vim.git
[submodule "vim/bundle/vim-airline"]
path = vim/bundle/vim-airline
url = https://github.com/bling/vim-airline
[submodule "fonts"]
path = fonts
url = https://github.com/powerline/fonts.git
[submodule "vim/bundle/vim-colorscheme-switcher"]
path = vim/bundle/vim-colorscheme-switcher
url = https://github.com/xolox/vim-colorscheme-switcher.git
[submodule "vim/colors/beekai"]
path = vim/colors/beekai
url = https://github.com/stephanedemotte/beekai
[submodule "vim/colors/vim-railscasts"]
path = vim/colors/vim-railscasts
url = https://github.com/justincampbell/vim-railscasts
[submodule "vim/colors/vim-monochrome.git"]
path = vim/colors/vim-monochrome.git
url = https://github.com/fxn/vim-monochrome.git
[submodule "vim/colors/vim-colors_atelier-schemes"]
path = vim/colors/vim-colors_atelier-schemes
url = https://github.com/atelierbram/vim-colors_atelier-schemes
[submodule "vim/colors/neonwave.vim"]
path = vim/colors/neonwave.vim
url = https://github.com/SacredCrumb/neonwave.vim
[submodule "vim/colors/abbott.vim"]
path = vim/colors/abbott.vim
url = https://github.com/vim-scripts/abbott.vim
[submodule "vim/colors/inori"]
path = vim/colors/inori
url = https://github.com/duythinht/inori
[submodule "vim/colors/mushroom"]
path = vim/colors/mushroom
url = https://github.com/mtglsk/mushroom
[submodule "vim/colors/wells-colorscheme.vim"]
path = vim/colors/wells-colorscheme.vim
url = https://github.com/wellsjo/wells-colorscheme.vim
[submodule "vim/colors/vim-sandydune"]
path = vim/colors/vim-sandydune
url = https://github.com/idbrii/vim-sandydune
[submodule "vim/colors/vim-lapis256"]
path = vim/colors/vim-lapis256
url = https://github.com/andrwb/vim-lapis256
[submodule "vim/colors/itg_flat_vim"]
path = vim/colors/itg_flat_vim
url = https://github.com/cdmedia/itg_flat_vim
[submodule "vim/colors/heroku-colorscheme"]
path = vim/colors/heroku-colorscheme
url = https://github.com/stulzer/heroku-colorscheme
[submodule "vim/colors/sprinkles"]
path = vim/colors/sprinkles
url = https://github.com/alexjgriffin/sprinkles
[submodule "vim/colors/Benokai"]
path = vim/colors/Benokai
url = https://github.com/benjaminwhite/Benokai
[submodule "vim/colors/lumberjack.vim"]
path = vim/colors/lumberjack.vim
url = https://github.com/yamafaktory/lumberjack.vim
[submodule "vim/colors/vt_tmux"]
path = vim/colors/vt_tmux
url = https://github.com/yantze/vt_tmux
[submodule "vim/colors/flattened"]
path = vim/colors/flattened
url = https://github.com/romainl/flattened
[submodule "vim/colors/Dev_Delight"]
path = vim/colors/Dev_Delight
url = https://github.com/sandeepsinghmails/Dev_Delight
[submodule "vim/colors/wolfpack"]
path = vim/colors/wolfpack
url = https://github.com/carlson-erik/wolfpack
[submodule "vim/colors/Revolution.vim"]
path = vim/colors/Revolution.vim
url = https://github.com/CruizeMissile/Revolution.vim
[submodule "vim/colors/cobalt2-vim-theme"]
path = vim/colors/cobalt2-vim-theme
url = https://github.com/GertjanReynaert/cobalt2-vim-theme
[submodule "vim/colors/Spacegray.vim"]
path = vim/colors/Spacegray.vim
url = https://github.com/ajh17/Spacegray.vim
[submodule "vim/colors/genericdc"]
path = vim/colors/genericdc
url = https://github.com/nowk/genericdc
[submodule "vim/colors/flattown"]
path = vim/colors/flattown
url = https://github.com/blerins/flattown
[submodule "vim/colors/vim-sunburst"]
path = vim/colors/vim-sunburst
url = https://github.com/sickill/vim-sunburst
[submodule "vim/colors/vim-gotham"]
path = vim/colors/vim-gotham
url = https://github.com/whatyouhide/vim-gotham
[submodule "vim/colors/flattr.vim"]
path = vim/colors/flattr.vim
url = https://github.com/farseer90718/flattr.vim
[submodule "vim/colors/vim-railscasts-theme"]
path = vim/colors/vim-railscasts-theme
url = https://github.com/chankaward/vim-railscasts-theme
[submodule "vim/colors/vim-coffee"]
path = vim/colors/vim-coffee
url = https://github.com/duythinht/vim-coffee
[submodule "vim/colors/molokai"]
path = vim/colors/molokai
url = https://github.com/tomasr/molokai
[submodule "vim/colors/vim-colors-bluedrake"]
path = vim/colors/vim-colors-bluedrake
url = https://github.com/MichaelMalick/vim-colors-bluedrake
[submodule "vim/colors/C64.vim"]
path = vim/colors/C64.vim
url = https://github.com/vim-scripts/C64.vim
[submodule "vim/colors/twilight256.vim"]
path = vim/colors/twilight256.vim
url = https://github.com/vim-scripts/twilight256.vim
[submodule "vim/colors/ingretu"]
path = vim/colors/ingretu
url = https://github.com/gmarik/ingretu
[submodule "vim/colors/desertEx"]
path = vim/colors/desertEx
url = https://github.com/vim-scripts/desertEx
[submodule "vim/colors/less.vim"]
path = vim/colors/less.vim
url = https://github.com/vim-scripts/less.vim
[submodule "vim/colors/BusyBee"]
path = vim/colors/BusyBee
url = https://github.com/vim-scripts/BusyBee
[submodule "vim/colors/Muon"]
path = vim/colors/Muon
url = https://github.com/gregsexton/Muon
[submodule "vim/colors/FlatColor"]
path = vim/colors/FlatColor
url = https://github.com/MaxSt/FlatColor
[submodule "vim/colors/vim-colors-clearance"]
path = vim/colors/vim-colors-clearance
url = https://github.com/cseelus/vim-colors-clearance
[submodule "vim/colors/tchaba"]
path = vim/colors/tchaba
url = https://github.com/vim-scripts/tchaba
[submodule "vim/colors/synic.vim"]
path = vim/colors/synic.vim
url = https://github.com/vim-scripts/synic.vim
[submodule "vim/colors/strange"]
path = vim/colors/strange
url = https://github.com/vim-scripts/strange
[submodule "vim/colors/rdark-terminal"]
path = vim/colors/rdark-terminal
url = https://github.com/vim-scripts/rdark-terminal
[submodule "vim/colors/pink"]
path = vim/colors/pink
url = https://github.com/vim-scripts/pink
[submodule "vim/colors/mrkn256.vim"]
path = vim/colors/mrkn256.vim
url = https://github.com/mrkn/mrkn256.vim
[submodule "vim/colors/miko"]
path = vim/colors/miko
url = https://github.com/vim-scripts/miko
[submodule "vim/colors/lilypink"]
path = vim/colors/lilypink
url = https://github.com/vim-scripts/lilypink
[submodule "vim/colors/lettuce.vim"]
path = vim/colors/lettuce.vim
url = https://github.com/vim-scripts/lettuce.vim
[submodule "vim/colors/leo256"]
path = vim/colors/leo256
url = https://github.com/vim-scripts/leo256
[submodule "vim/colors/inkpot"]
path = vim/colors/inkpot
url = https://github.com/vim-scripts/inkpot
[submodule "vim/colors/icansee.vim"]
path = vim/colors/icansee.vim
url = https://github.com/vim-scripts/icansee.vim
[submodule "vim/colors/greenvision"]
path = vim/colors/greenvision
url = https://github.com/vim-scripts/greenvision
[submodule "vim/colors/fu"]
path = vim/colors/fu
url = https://github.com/noah/fu
[submodule "vim/colors/colorful256.vim"]
path = vim/colors/colorful256.vim
url = https://github.com/vim-scripts/colorful256.vim
[submodule "vim/colors/calmar256-lightdark.vim"]
path = vim/colors/calmar256-lightdark.vim
url = https://github.com/vim-scripts/calmar256-lightdark.vim
[submodule "vim/colors/blacklight"]
path = vim/colors/blacklight
url = https://github.com/vim-scripts/blacklight
[submodule "vim/colors/The-Vim-Gardener"]
path = vim/colors/The-Vim-Gardener
url = https://github.com/vim-scripts/The-Vim-Gardener
[submodule "vim/colors/Gentooish"]
path = vim/colors/Gentooish
url = https://github.com/vim-scripts/Gentooish
[submodule "vim/colors/256-jungle"]
path = vim/colors/256-jungle
url = https://github.com/vim-scripts/256-jungle
[submodule "vim/colors/256-grayvim"]
path = vim/colors/256-grayvim
url = https://github.com/vim-scripts/256-grayvim
[submodule "vim/colors/lodestone.vim"]
path = vim/colors/lodestone.vim
url = https://github.com/lodestone/lodestone.vim
[submodule "vim/colors/mustang-vim"]
path = vim/colors/mustang-vim
url = https://github.com/croaker/mustang-vim
[submodule "vim/colors/bubblegum"]
path = vim/colors/bubblegum
url = https://github.com/baskerville/bubblegum
[submodule "vim/colors/vim-kalisi"]
path = vim/colors/vim-kalisi
url = https://github.com/freeo/vim-kalisi
[submodule "vim/colors/jellyx.vim"]
path = vim/colors/jellyx.vim
url = https://github.com/guns/jellyx.vim
[submodule "vim/colors/flatui.vim"]
path = vim/colors/flatui.vim
url = https://github.com/john2x/flatui.vim
[submodule "vim/colors/landscape.vim"]
path = vim/colors/landscape.vim
url = https://github.com/itchyny/landscape.vim
[submodule "vim/colors/neverland-vim-theme.git"]
path = vim/colors/neverland-vim-theme.git
url = git://github.com/trapd00r/neverland-vim-theme.git
[submodule "vim/colors/vim-sorcerer"]
path = vim/colors/vim-sorcerer
url = https://github.com/adlawson/vim-sorcerer
[submodule "vim/colors/lizard"]
path = vim/colors/lizard
url = https://github.com/gilsondev/lizard
[submodule "vim/colors/vim-kolor"]
path = vim/colors/vim-kolor
url = https://github.com/zeis/vim-kolor
[submodule "vim/colors/ecostation"]
path = vim/colors/ecostation
url = https://github.com/vim-scripts/ecostation
[submodule "vim/colors/0x7A69_dark.vim"]
path = vim/colors/0x7A69_dark.vim
url = https://github.com/vim-scripts/0x7A69_dark.vim
[submodule "vim/colors/mopkai.vim"]
path = vim/colors/mopkai.vim
url = https://github.com/mopp/mopkai.vim
[submodule "vim/colors/SlateDark"]
path = vim/colors/SlateDark
url = https://github.com/vim-scripts/SlateDark
[submodule "vim/colors/grishin-color-scheme"]
path = vim/colors/grishin-color-scheme
url = https://github.com/vim-scripts/grishin-color-scheme
[submodule "vim/colors/swamplight"]
path = vim/colors/swamplight
url = https://github.com/vim-scripts/swamplight
[submodule "vim/colors/RadicalGoodSpeed.vim"]
path = vim/colors/RadicalGoodSpeed.vim
url = https://github.com/svjunic/RadicalGoodSpeed.vim
[submodule "vim/colors/vim"]
path = vim/colors/vim
url = https://github.com/lxmzhv/vim
[submodule "vim/colors/industry.vim"]
path = vim/colors/industry.vim
url = https://github.com/vim-scripts/industry.vim
[submodule "vim/colors/vim-getafe"]
path = vim/colors/vim-getafe
url = https://github.com/larssmit/vim-getafe
[submodule "vim/colors/mango.vim"]
path = vim/colors/mango.vim
url = https://github.com/goatslacker/mango.vim
[submodule "vim/colors/vim-monokai"]
path = vim/colors/vim-monokai
url = https://github.com/sickill/vim-monokai
[submodule "vim/colors/vim-distinguished"]
path = vim/colors/vim-distinguished
url = https://github.com/Lokaltog/vim-distinguished
[submodule "vim/colors/Apprentice"]
path = vim/colors/Apprentice
url = https://github.com/romainl/Apprentice
[submodule "vim/colors/color-scheme-holokai-of-vim"]
path = vim/colors/color-scheme-holokai-of-vim
url = https://github.com/changyuheng/color-scheme-holokai-of-vim
[submodule "vim/colors/vim-colors-pencil"]
path = vim/colors/vim-colors-pencil
url = https://github.com/reedes/vim-colors-pencil
[submodule "vim/colors/vim-babymate256"]
path = vim/colors/vim-babymate256
url = https://github.com/baverman/vim-babymate256
[submodule "vim/colors/vim-hemisu"]
path = vim/colors/vim-hemisu
url = https://github.com/noahfrederick/vim-hemisu
[submodule "vim/colors/vim-starwars"]
path = vim/colors/vim-starwars
url = https://github.com/marlun/vim-starwars
[submodule "vim/colors/iceberg.vim"]
path = vim/colors/iceberg.vim
url = https://github.com/cocopon/iceberg.vim
[submodule "vim/colors/vim-colors-codeschool"]
path = vim/colors/vim-colors-codeschool
url = https://github.com/antlypls/vim-colors-codeschool
[submodule "vim/colors/gruvbox"]
path = vim/colors/gruvbox
url = https://github.com/morhetz/gruvbox
[submodule "vim/colors/ChasingLogic-colorscheme-vim"]
path = vim/colors/ChasingLogic-colorscheme-vim
url = https://github.com/ChasingLogic/ChasingLogic-colorscheme-vim
[submodule "vim/colors/earendel"]
path = vim/colors/earendel
url = https://github.com/vim-scripts/earendel
[submodule "vim/colors/AtelierDune"]
path = vim/colors/AtelierDune
url = https://github.com/vim-scripts/AtelierDune
[submodule "vim/colors/seoul256.vim"]
path = vim/colors/seoul256.vim
url = https://github.com/junegunn/seoul256.vim
[submodule "vim/colors/vim-lucius.git"]
path = vim/colors/vim-lucius.git
url = git@github.com:jonathanfilip/vim-lucius.git
[submodule "vim/colors/Ubloh-Color-Scheme"]
path = vim/colors/Ubloh-Color-Scheme
url = https://github.com/vim-scripts/Ubloh-Color-Scheme
[submodule "vim/colors/skittles_berry"]
path = vim/colors/skittles_berry
url = https://github.com/shawncplus/skittles_berry
[submodule "vim/colors/burnttoast256"]
path = vim/colors/burnttoast256
url = https://github.com/vim-scripts/burnttoast256
[submodule "vim/colors/Zenburn"]
path = vim/colors/Zenburn
url = https://github.com/jnurmine/Zenburn
[submodule "vim/colors/vim-wombat256i"]
path = vim/colors/vim-wombat256i
url = https://github.com/dsolstad/vim-wombat256i
[submodule "vim/colors/vim-colors-solarized"]
path = vim/colors/vim-colors-solarized
url = https://github.com/altercation/vim-colors-solarized
[submodule "vim/colors/jellybeans.vim"]
path = vim/colors/jellybeans.vim
url = https://github.com/nanotech/jellybeans.vim
[submodule "vim/bundle/yaml-vim"]
path = vim/bundle/yaml-vim
url = https://github.com/mrk21/yaml-vim.git
[submodule "vim/bundle/vim-sleuth"]
path = vim/bundle/vim-sleuth
url = https://github.com/tpope/vim-sleuth.git
[submodule "vim/bundle/pep8"]
path = vim/bundle/pep8
url = https://github.com/vim-scripts/pep8
[submodule "vim/bundle/jedi-vim"]
path = vim/bundle/jedi-vim
url = https://github.com/davidhalter/jedi-vim
[submodule "vim/bundle/splice"]
path = vim/bundle/splice
url = https://github.com/sjl/splice.vim.git
[submodule "vim/bundle/vim-textobj-user"]
path = vim/bundle/vim-textobj-user
url = https://github.com/kana/vim-textobj-user.git
[submodule "vim/bundle/vim-textobj-indent"]
path = vim/bundle/vim-textobj-indent
url = https://github.com/kana/vim-textobj-indent.git
[submodule "vim/bundle/vim-text-obj-datetime"]
path = vim/bundle/vim-text-obj-datetime
url = https://github.com/kana/vim-textobj-datetime.git
[submodule "vim/bundle/vim-textobj-function"]
path = vim/bundle/vim-textobj-function
url = https://github.com/zhaocai/vim-textobj-function.git
[submodule "vim/bundle/vis"]
path = vim/bundle/vis
url = https://github.com/navicore/vis.vim.git
[submodule "vim/bundle/pandoc"]
path = vim/bundle/pandoc
url = https://github.com/vim-pandoc/vim-pandoc.git
[submodule "vim/bundle/pandoc-syntax"]
path = vim/bundle/pandoc-syntax
url = https://github.com/vim-pandoc/vim-pandoc-syntax.git
[submodule "vim/bundle/vim-pad"]
path = vim/bundle/vim-pad
url = https://github.com/fmoralesc/vim-pad.git
[submodule "vim/bundle/vim-interestingwords"]
path = vim/bundle/vim-interestingwords
url = https://github.com/vasconcelloslf/vim-interestingwords.git
[submodule "vim/bundle/vim-tmux-runner"]
path = vim/bundle/vim-tmux-runner
url = https://github.com/christoomey/vim-tmux-runner.git
[submodule "vim/bundle/vim-dispatch"]
path = vim/bundle/vim-dispatch
url = https://github.com/tpope/vim-dispatch.git
[submodule "vim/bundle/vim-ferret"]
path = vim/bundle/vim-ferret
url = https://github.com/wincent/ferret.git