-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.gitmodules
933 lines (933 loc) · 33.1 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
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
[submodule "bundle/pathogen"]
path = bundle/pathogen
url = /~https://github.com/tpope/vim-pathogen.git
[submodule "bundle/colour_sampler_pack"]
path = bundle/colour_sampler_pack
url = /~https://github.com/vim-scripts/Colour-Sampler-Pack.git
[submodule "bundle/mru"]
path = bundle/mru
url = /~https://github.com/vim-scripts/mru.vim.git
[submodule "bundle/surround"]
path = bundle/surround
url = /~https://github.com/tpope/vim-surround.git
[submodule "bundle/NERD_tree"]
path = bundle/NERD_tree
url = /~https://github.com/scrooloose/nerdtree.git
[submodule "bundle/perl-support"]
path = bundle/perl-support
url = /~https://github.com/vim-scripts/perl-support.vim.git
[submodule "bundle/table"]
path = bundle/table
url = /~https://github.com/nvie/vim-rst-tables.git
[submodule "bundle/VisIncr"]
path = bundle/VisIncr
url = /~https://github.com/vim-scripts/VisIncr.git
[submodule "bundle/FuzzyFinder"]
path = bundle/FuzzyFinder
url = /~https://github.com/vim-scripts/FuzzyFinder.git
[submodule "bundle/perldoc"]
path = bundle/perldoc
url = /~https://github.com/vim-scripts/Perldoc.vim.git
[submodule "bundle/tabular"]
path = bundle/tabular
url = /~https://github.com/godlygeek/tabular.git
[submodule "bundle/l9"]
path = bundle/l9
url = /~https://github.com/vim-scripts/L9.git
[submodule "bundle/verilog"]
path = bundle/verilog
url = /~https://github.com/vim-scripts/verilog.vim.git
[submodule "bundle/linediff"]
path = bundle/linediff
url = /~https://github.com/AndrewRadev/linediff.vim.git
[submodule "bundle/python"]
path = bundle/python
url = /~https://github.com/vim-scripts/python.vim--Vasiliev.git
[submodule "bundle/verilog_systemverilog"]
path = bundle/verilog_systemverilog
url = /~https://github.com/vim-scripts/verilog_systemverilog.vim.git
[submodule "bundle/matchit"]
path = bundle/matchit
url = /~https://github.com/tmhedberg/matchit.git
[submodule "bundle/vim-support"]
path = bundle/vim-support
url = /~https://github.com/tupton/vim-support.git
[submodule "bundle/bufexplorer"]
path = bundle/bufexplorer
url = /~https://github.com/thisivan/vim-bufexplorer.git
[submodule "bundle/buffergrep"]
path = bundle/buffergrep
url = /~https://github.com/vim-scripts/buffergrep.git
[submodule "bundle/multipleHilight"]
path = bundle/multipleHilight
url = /~https://github.com/vim-scripts/Mark--Karkat.git
[submodule "bundle/colorSchemeEx"]
path = bundle/colorSchemeEx
url = /~https://github.com/vim-scripts/Color-Scheme-Explorer.git
[submodule "bundle/colorSchemeDegrade"]
path = bundle/colorSchemeDegrade
url = /~https://github.com/carlobaldassi/vim-colorschemedegrade.git
[submodule "bundle/compview"]
path = bundle/compview
url = /~https://github.com/vim-scripts/compview.git
[submodule "bundle/narrow"]
path = bundle/narrow
url = /~https://github.com/chrisbra/NrrwRgn.git
[submodule "bundle/snipMate"]
path = bundle/snipMate
url = /~https://github.com/garbas/vim-snipmate.git
[submodule "bundle/mw_utils"]
path = bundle/mw_utils
url = /~https://github.com/MarcWeber/vim-addon-mw-utils
[submodule "bundle/tagbar"]
path = bundle/tagbar
url = /~https://github.com/majutsushi/tagbar.git
[submodule "bundle/delimitMate"]
path = bundle/delimitMate
url = /~https://github.com/Raimondi/delimitMate.git
[submodule "bundle/checkSyntax"]
path = bundle/checkSyntax
url = /~https://github.com/tomtom/checksyntax_vim.git
[submodule "bundle/tlib"]
path = bundle/tlib
url = /~https://github.com/tomtom/tlib_vim.git
[submodule "bundle/color_gruvbox"]
path = bundle/color_gruvbox
url = /~https://github.com/morhetz/gruvbox.git
[submodule "bundle/color_hybrid"]
path = bundle/color_hybrid
url = /~https://github.com/w0ng/vim-hybrid.git
[submodule "bundle/color_badwolf"]
path = bundle/color_badwolf
url = /~https://github.com/sjl/badwolf.git
[submodule "bundle/LargeFile"]
path = bundle/LargeFile
url = /~https://github.com/vim-scripts/LargeFile.git
[submodule "bundle/ctrlp"]
path = bundle/ctrlp
url = /~https://github.com/kien/ctrlp.vim.git
[submodule "bundle/gundo"]
path = bundle/gundo
url = http://github.com/sjl/gundo.vim.git
[submodule "bundle/abolish"]
path = bundle/abolish
url = /~https://github.com/tpope/vim-abolish.git
[submodule "bundle/xml"]
path = bundle/xml
url = /~https://github.com/sukima/xmledit.git
[submodule "bundle/vim-expand-region"]
path = bundle/vim-expand-region
url = /~https://github.com/terryma/vim-expand-region.git
[submodule "bundle/vim_indent_guides"]
path = bundle/vim_indent_guides
url = /~https://github.com/nathanaelkane/vim-indent-guides.git
[submodule "bundle/autocomplete"]
path = bundle/autocomplete
url = /~https://github.com/vim-scripts/AutoComplPop.git
[submodule "bundle/vim_airline"]
path = bundle/vim_airline
url = /~https://github.com/bling/vim-airline.git
[submodule "bundle/vundle"]
path = bundle/vundle
url = /~https://github.com/gmarik/vundle.git
[submodule "bundle/vim_nocturne"]
path = bundle/vim_nocturne
url = /~https://github.com/euclio/vim-nocturne.git
[submodule "bundle/fontmanager"]
path = bundle/fontmanager
url = /~https://github.com/takac/vim-fontmanager
[submodule "bundle/fugitive"]
path = bundle/fugitive
url = /~https://github.com/tpope/vim-fugitive.git
[submodule "bundle/unite"]
path = bundle/unite
url = /~https://github.com/Shougo/unite.vim.git
[submodule "bundle/color_tomorrow"]
path = bundle/color_tomorrow
url = /~https://github.com/csexton/tomorrow-theme.vim.git
[submodule "bundle/neocomplcache"]
path = bundle/neocomplcache
url = /~https://github.com/Shougo/neocomplcache.vim.git
[submodule "bundle/multiple_cursor"]
path = bundle/multiple_cursor
url = /~https://github.com/terryma/vim-multiple-cursors.git
[submodule "bundle/signature"]
path = bundle/signature
url = /~https://github.com/kshenoy/vim-signature.git
[submodule "bundle/vimproc"]
path = bundle/vimproc
url = /~https://github.com/Shougo/vimproc.vim.git
[submodule "bundle/dirdiff"]
path = bundle/dirdiff
url = /~https://github.com/vim-scripts/DirDiff.vim.git
[submodule "bundle/ultisnips"]
path = bundle/ultisnips
url = /~https://github.com/SirVer/ultisnips.git
[submodule "bundle/outline"]
path = bundle/outline
url = /~https://github.com/Shougo/unite-outline.git
[submodule "bundle/vimfiler"]
path = bundle/vimfiler
url = /~https://github.com/Shougo/vimfiler.vim.git
[submodule "bundle/ultiSnips"]
path = bundle/ultiSnips
url = /~https://github.com/vim-scripts/UltiSnips.git
[submodule "bundle/neocomplcache-ultisnips"]
path = bundle/neocomplcache-ultisnips
url = /~https://github.com/JazzCore/neocomplcache-ultisnips.git
[submodule "bundle/unite_qfix"]
path = bundle/unite_qfix
url = /~https://github.com/soh335/unite-qflist.git
[submodule "bundle/snippets"]
path = bundle/snippets
url = /~https://github.com/honza/vim-snippets.git
[submodule "bundle/neocomplete"]
path = bundle/neocomplete
url = /~https://github.com/Shougo/neocomplete.vim.git
[submodule "bundle/color_flatui"]
path = bundle/color_flatui
url = /~https://github.com/john2x/flatui.vim.git
[submodule "bundle/color_colorschemes"]
path = bundle/color_colorschemes
url = /~https://github.com/flazz/vim-colorschemes.git
[submodule "bundle/color_hemisu"]
path = bundle/color_hemisu
url = /~https://github.com/noahfrederick/vim-hemisu.git
[submodule "bundle/vim-shell"]
path = bundle/vim-shell
url = /~https://github.com/xolox/vim-shell.git
[submodule "bundle/vim-misc"]
path = bundle/vim-misc
url = /~https://github.com/xolox/vim-misc.git
[submodule "bundle/color_grb256"]
path = bundle/color_grb256
url = /~https://github.com/quanganhdo/grb256.git
[submodule "bundle/color_solarized"]
path = bundle/color_solarized
url = /~https://github.com/altercation/vim-colors-solarized.git
[submodule "bundle/csv"]
path = bundle/csv
url = /~https://github.com/chrisbra/csv.vim.git
[submodule "bundle/color_luna"]
path = bundle/color_luna
url = /~https://github.com/Pychimp/vim-luna.git
[submodule "bundle/color_sol"]
path = bundle/color_sol
url = /~https://github.com/Pychimp/vim-sol.git
[submodule "bundle/quicktask"]
path = bundle/quicktask
url = /~https://github.com/aaronbieber/quicktask.git
[submodule "bundle/zoomwin"]
path = bundle/zoomwin
url = /~https://github.com/vim-scripts/ZoomWin.git
[submodule "bundle/bling"]
path = bundle/bling
url = /~https://github.com/ivyl/vim-bling.git
[submodule "bundle/sneak"]
path = bundle/sneak
url = /~https://github.com/justinmk/vim-sneak.git
[submodule "bundle/easymotion"]
path = bundle/easymotion
url = /~https://github.com/Lokaltog/vim-easymotion.git
[submodule "bundle/color_seoul256"]
path = bundle/color_seoul256
url = /~https://github.com/junegunn/seoul256.vim.git
[submodule "bundle/coVim"]
path = bundle/coVim
url = /~https://github.com/FredKSchott/CoVim.git
[submodule "bundle/YouCompleteMe"]
path = bundle/YouCompleteMe
url = /~https://github.com/Valloric/YouCompleteMe.git
[submodule "bundle/vim_monokai"]
path = bundle/vim_monokai
url = /~https://github.com/sickill/vim-monokai.git
[submodule "bundle/color_base16"]
path = bundle/color_base16
url = /~https://github.com/chriskempson/base16-vim.git
[submodule "bundle/color_bubblegum"]
path = bundle/color_bubblegum
url = /~https://github.com/baskerville/bubblegum.git
[submodule "bundle/color_laederon"]
path = bundle/color_laederon
url = /~https://github.com/Donearm/Laederon.git
[submodule "bundle/matchTagAlways"]
path = bundle/matchTagAlways
url = /~https://github.com/Valloric/MatchTagAlways.git
[submodule "bundle/easy_align"]
path = bundle/easy_align
url = /~https://github.com/junegunn/vim-easy-align.git
[submodule "bundle/over"]
path = bundle/over
url = /~https://github.com/osyo-manga/vim-over.git
[submodule "bundle/vmath"]
path = bundle/vmath
url = /~https://github.com/atweiden/vim-vmath.git
[submodule "bundle/tabpagecolorscheme"]
path = bundle/tabpagecolorscheme
url = /~https://github.com/ujihisa/tabpagecolorscheme.git
[submodule "bundle/vimux"]
path = bundle/vimux
url = /~https://github.com/benmills/vimux.git
[submodule "bundle/CSApprox"]
path = bundle/CSApprox
url = /~https://github.com/vim-scripts/CSApprox.git
[submodule "bundle/vim_session"]
path = bundle/vim_session
url = /~https://github.com/xolox/vim-session.git
[submodule "bundle/taglist"]
path = bundle/taglist
url = /~https://github.com/vim-scripts/taglist.vim.git
[submodule "bundle/neosnippet"]
path = bundle/neosnippet
url = /~https://github.com/Shougo/neosnippet.vim.git
[submodule "bundle/context_filetype"]
path = bundle/context_filetype
url = /~https://github.com/Shougo/context_filetype.vim.git
[submodule "bundle/YankRing"]
path = bundle/YankRing
url = /~https://github.com/vim-scripts/YankRing.vim.git
[submodule "bundle/easymotion_2"]
path = bundle/easymotion_2
url = /~https://github.com/liujoey/vim-easymotion.git
[submodule "bundle/color_FlatColor"]
path = bundle/color_FlatColor
url = /~https://github.com/MaxSt/FlatColor.git
[submodule "bundle/color_harlequin"]
path = bundle/color_harlequin
url = /~https://github.com/nielsmadan/harlequin.git
[submodule "bundle/color_ChasingLogic"]
path = bundle/color_ChasingLogic
url = /~https://github.com/ChasingLogic/ChasingLogic-colorscheme-vim.git
[submodule "bundle/buffergator"]
path = bundle/buffergator
url = /~https://github.com/jeetsukumaran/vim-buffergator.git
[submodule "bundle/orgmode"]
path = bundle/orgmode
url = /~https://github.com/jceb/vim-orgmode.git
[submodule "bundle/utl"]
path = bundle/utl
url = /~https://github.com/vim-scripts/utl.vim.git
[submodule "bundle/color_distinguished"]
path = bundle/color_distinguished
url = /~https://github.com/Lokaltog/vim-distinguished.git
[submodule "bundle/ripple"]
path = bundle/ripple
url = /~https://github.com/pydave/vim-ripple.git
[submodule "bundle/scratch"]
path = bundle/scratch
url = /~https://github.com/vim-scripts/scratch.vim.git
[submodule "bundle/PyScratch"]
path = bundle/PyScratch
url = /~https://github.com/hsitz/PyScratch.git
[submodule "bundle/Pydiction"]
path = bundle/Pydiction
url = /~https://github.com/vim-scripts/Pydiction.git
[submodule "bundle/perlOmni"]
path = bundle/perlOmni
url = /~https://github.com/c9s/perlomni.vim.git
[submodule "bundle/perforce"]
path = bundle/perforce
url = /~https://github.com/vim-scripts/perforce.vim.git
[submodule "bundle/vim_perforce"]
path = bundle/vim_perforce
url = /~https://github.com/pydave/vim-perforce.git
[submodule "bundle/genutils"]
path = bundle/genutils
url = /~https://github.com/vim-scripts/genutils.git
[submodule "bundle/undoTree"]
path = bundle/undoTree
url = /~https://github.com/mbbill/undotree.git
[submodule "bundle/vim_colors_babymate256"]
path = bundle/vim_colors_babymate256
url = /~https://github.com/baverman/vim-babymate256.git
[submodule "bundle/lose"]
path = bundle/lose
url = /~https://github.com/marczych/vim-lose.git
[submodule "bundle/savevers"]
path = bundle/savevers
url = /~https://github.com/vim-scripts/savevers.vim.git
[submodule "bundle/diffchanges"]
path = bundle/diffchanges
url = /~https://github.com/vim-scripts/diffchanges.vim.git
[submodule "bundle/vim-diffchanges"]
path = bundle/vim-diffchanges
url = /~https://github.com/jmcantrell/vim-diffchanges.git
[submodule "bundle/striptease"]
path = bundle/striptease
url = /~https://github.com/tpope/vim-scriptease.git
[submodule "bundle/kolor"]
path = bundle/kolor
url = /~https://github.com/zeis/vim-kolor.git
[submodule "bundle/vim-dispatch"]
path = bundle/vim-dispatch
url = /~https://github.com/tpope/vim-dispatch.git
[submodule "bundle/minibufexpl"]
path = bundle/minibufexpl
url = /~https://github.com/fholgado/minibufexpl.vim.git
[submodule "bundle/easytags"]
path = bundle/easytags
url = /~https://github.com/xolox/vim-easytags.git
[submodule "bundle/cursorcross"]
path = bundle/cursorcross
url = /~https://github.com/mtth/cursorcross.vim.git
[submodule "bundle/diminactive"]
path = bundle/diminactive
url = /~https://github.com/blueyed/vim-diminactive.git
[submodule "bundle/color_tomorrow_theme"]
path = bundle/color_tomorrow_theme
url = /~https://github.com/chriskempson/vim-tomorrow-theme.git
[submodule "bundle/vinegar"]
path = bundle/vinegar
url = /~https://github.com/tpope/vim-vinegar.git
[submodule "bundle/startify"]
path = bundle/startify
url = /~https://github.com/mhinz/vim-startify.git
[submodule "bundle/project"]
path = bundle/project
url = /~https://github.com/amiorin/vim-project.git
[submodule "bundle/TagmaTasks"]
path = bundle/TagmaTasks
url = /~https://github.com/JessicaKMcIntosh/TagmaTasks.git
[submodule "bundle/TaskList"]
path = bundle/TaskList
url = /~https://github.com/vim-scripts/TaskList.vim.git
[submodule "fonts/consolas-powerline"]
path = fonts/consolas-powerline
url = /~https://github.com/eugeneching/consolas-powerline-vim.git
[submodule "bundle/rainbow_parentheses"]
path = bundle/rainbow_parentheses
url = /~https://github.com/kien/rainbow_parentheses.vim.git
[submodule "bundle/yankstack"]
path = bundle/yankstack
url = /~https://github.com/maxbrunsfeld/vim-yankstack.git
[submodule "bundle/ctrlspace"]
path = bundle/ctrlspace
url = /~https://github.com/szw/vim-ctrlspace.git
[submodule "bundle/shell-executor"]
path = bundle/shell-executor
url = /~https://github.com/JarrodCTaylor/vim-shell-executor.git
[submodule "bundle/chronos"]
path = bundle/chronos
url = /~https://github.com/saevarb/chronos.git
[submodule "bundle/exchange"]
path = bundle/exchange
url = /~https://github.com/tommcdo/vim-exchange.git
[submodule "bundle/textabyss"]
path = bundle/textabyss
url = /~https://github.com/q335r49/textabyss.git
[submodule "bundle/GoldenView"]
path = bundle/GoldenView
url = /~https://github.com/zhaocai/GoldenView.Vim.git
[submodule "bundle/tmux_complete"]
path = bundle/tmux_complete
url = /~https://github.com/wellle/tmux-complete.vim.git
[submodule "bundle/tmux-navigator"]
path = bundle/tmux-navigator
url = /~https://github.com/christoomey/vim-tmux-navigator.git
[submodule "bundle/endwise"]
path = bundle/endwise
url = /~https://github.com/tpope/vim-endwise.git
[submodule "bundle/repeat"]
path = bundle/repeat
url = /~https://github.com/tpope/vim-repeat.git
[submodule "bundle/sleuth"]
path = bundle/sleuth
url = /~https://github.com/tpope/vim-sleuth.git
[submodule "bundle/ack"]
path = bundle/ack
url = /~https://github.com/mileszs/ack.vim.git
[submodule "bundle/color_noctu"]
path = bundle/color_noctu
url = /~https://github.com/noahfrederick/vim-noctu.git
[submodule "bundle/speeddating"]
path = bundle/speeddating
url = /~https://github.com/tpope/vim-speeddating.git
[submodule "bundle/schlepp"]
path = bundle/schlepp
url = /~https://github.com/zirrostig/vim-schlepp.git
[submodule "bundle/table-mode"]
path = bundle/table-mode
url = /~https://github.com/dhruvasagar/vim-table-mode.git
[submodule "bundle/express"]
path = bundle/express
url = /~https://github.com/tommcdo/vim-express.git
[submodule "bundle/eunuch"]
path = bundle/eunuch
url = /~https://github.com/tpope/vim-eunuch.git
[submodule "bundle/enmasse"]
path = bundle/enmasse
url = /~https://github.com/Wolfy87/vim-enmasse.git
[submodule "bundle/vim_perforce_fork"]
path = bundle/vim_perforce_fork
url = /~https://github.com/coreyoconnor/vim-perforce.git
[submodule "bundle/MultipleSearch"]
path = bundle/MultipleSearch
url = /~https://github.com/vim-scripts/MultipleSearch.git
[submodule "bundle/calendar"]
path = bundle/calendar
url = /~https://github.com/itchyny/calendar.vim.git
[submodule "bundle/splitjoin"]
path = bundle/splitjoin
url = /~https://github.com/AndrewRadev/splitjoin.vim
[submodule "bundle/sexp"]
path = bundle/sexp
url = /~https://github.com/guns/vim-sexp.git
[submodule "bundle/targets"]
path = bundle/targets
url = /~https://github.com/wellle/targets.vim.git
[submodule "bundle/lion"]
path = bundle/lion
url = /~https://github.com/tommcdo/vim-lion.git
[submodule "bundle/rsi"]
path = bundle/rsi
url = /~https://github.com/tpope/vim-rsi.git
[submodule "bundle/space"]
path = bundle/space
url = /~https://github.com/spiiph/vim-space.git
[submodule "bundle/vimpanel"]
path = bundle/vimpanel
url = /~https://github.com/mihaifm/vimpanel.git
[submodule "bundle/colorcode"]
path = bundle/colorcode
url = /~https://github.com/ferranpm/vim-colorcode.git
[submodule "bundle/selective-undo"]
path = bundle/selective-undo
url = /~https://github.com/jaxbot/selective-undo.vim.git
[submodule "bundle/tcomment"]
path = bundle/tcomment
url = /~https://github.com/tomtom/tcomment_vim.git
[submodule "bundle/commentary"]
path = bundle/commentary
url = /~https://github.com/tpope/vim-commentary.git
[submodule "bundle/fireplace"]
path = bundle/fireplace
url = /~https://github.com/tpope/vim-fireplace.git
[submodule "bundle/tbone"]
path = bundle/tbone
url = /~https://github.com/tpope/vim-tbone.git
[submodule "bundle/maktaba"]
path = bundle/maktaba
url = /~https://github.com/google/maktaba.git
[submodule "bundle/sensible"]
path = bundle/sensible
url = /~https://github.com/tpope/vim-sensible.git
[submodule "bundle/unimpaired"]
path = bundle/unimpaired
url = /~https://github.com/tpope/vim-unimpaired.git
[submodule "bundle/supertab"]
path = bundle/supertab
url = /~https://github.com/ervandew/supertab.git
[submodule "bundle/jedi"]
path = bundle/jedi
url = /~https://github.com/davidhalter/jedi-vim.git
[submodule "bundle/easytree"]
path = bundle/easytree
url = /~https://github.com/vim-scripts/easytree.vim.git
[submodule "bundle/filebeagle"]
path = bundle/filebeagle
url = /~https://github.com/jeetsukumaran/vim-filebeagle.git
[submodule "bundle/color_lunatic"]
path = bundle/color_lunatic
url = /~https://github.com/chreekat/vim-colors-lunatic.git
[submodule "bundle/markdown-folding"]
path = bundle/markdown-folding
url = /~https://github.com/nelstrom/vim-markdown-folding.git
[submodule "bundle/markdown"]
path = bundle/markdown
url = /~https://github.com/tpope/vim-markdown.git
[submodule "bundle/checksyntax"]
path = bundle/checksyntax
url = /~https://github.com/tomtom/checksyntax_vim.git
[submodule "bundle/TextObjectify"]
path = bundle/TextObjectify
url = /~https://github.com/paradigm/TextObjectify.git
[submodule "bundle/syntastic"]
path = bundle/syntastic
url = /~https://github.com/scrooloose/syntastic.git
[submodule "bundle/slime"]
path = bundle/slime
url = /~https://github.com/jpalardy/vim-slime.git
[submodule "bundle/smartinput"]
path = bundle/smartinput
url = /~https://github.com/kana/vim-smartinput.git
[submodule "bundle/smartinput-endwise"]
path = bundle/smartinput-endwise
url = /~https://github.com/cohama/vim-smartinput-endwise.git
[submodule "bundle/slimux"]
path = bundle/slimux
url = /~https://github.com/epeli/slimux.git
[submodule "bundle/vimShell"]
path = bundle/vimShell
url = /~https://github.com/Shougo/vimshell.vim.git
[submodule "bundle/promptline"]
path = bundle/promptline
url = /~https://github.com/edkolev/promptline.vim.git
[submodule "bundle/vipy"]
path = bundle/vipy
url = /~https://github.com/johndgiese/vipy.git
[submodule "bundle/ipython"]
path = bundle/ipython
url = /~https://github.com/ivanov/vim-ipython.git
[submodule "bundle/cellmode"]
path = bundle/cellmode
url = /~https://github.com/julienr/vim-cellmode.git
[submodule "bundle/tmux-runner"]
path = bundle/tmux-runner
url = /~https://github.com/christoomey/vim-tmux-runner.git
[submodule "bundle/tslime"]
path = bundle/tslime
url = /~https://github.com/LnL7/vim-tslime.git
[submodule "bundle/tslime_ipython"]
path = bundle/tslime_ipython
url = /~https://github.com/eldridgejm/tslime_ipython.git
[submodule "bundle/pyrepl"]
path = bundle/pyrepl
url = /~https://github.com/Bogdanp/pyrepl.vim.git
[submodule "bundle/crunch"]
path = bundle/crunch
url = /~https://github.com/arecarn/crunch.git
[submodule "bundle/color_lavalamp"]
path = bundle/color_lavalamp
url = /~https://github.com/jasonlong/lavalamp.git
[submodule "bundle/nerdcommenter"]
path = bundle/nerdcommenter
url = /~https://github.com/scrooloose/nerdcommenter.git
[submodule "bundle/ctrlp-cmatcher"]
path = bundle/ctrlp-cmatcher
url = /~https://github.com/JazzCore/ctrlp-cmatcher.git
[submodule "bundle/colorv"]
path = bundle/colorv
url = /~https://github.com/Rykka/colorv.vim.git
[submodule "bundle/ag"]
path = bundle/ag
url = /~https://github.com/rking/ag.vim.git
[submodule "bundle/swap-parameters"]
path = bundle/swap-parameters
url = /~https://github.com/mutewinter/swap-parameters.git
[submodule "bundle/switch"]
path = bundle/switch
url = /~https://github.com/AndrewRadev/switch.vim.git
[submodule "bundle/HelpClose"]
path = bundle/HelpClose
url = /~https://github.com/vim-scripts/HelpClose.git
[submodule "bundle/visual-star-search"]
path = bundle/visual-star-search
url = /~https://github.com/nelstrom/vim-visual-star-search.git
[submodule "bundle/join"]
path = bundle/join
url = /~https://github.com/sk1418/Join.git
[submodule "bundle/portkey"]
path = bundle/portkey
url = /~https://github.com/dsawardekar/portkey.git
[submodule "bundle/anzu"]
path = bundle/anzu
url = /~https://github.com/osyo-manga/vim-anzu.git
[submodule "bundle/QFEnter"]
path = bundle/QFEnter
url = /~https://github.com/yssl/QFEnter.git
[submodule "bundle/tmux"]
path = bundle/tmux
url = /~https://github.com/mutewinter/vim-tmux.git
[submodule "bundle/color_mochalatte"]
path = bundle/color_mochalatte
url = /~https://github.com/jeetsukumaran/vim-mochalatte.git
[submodule "bundle/smeargle"]
path = bundle/smeargle
url = /~https://github.com/FriedSock/smeargle.git
[submodule "bundle/bufferlist"]
path = bundle/bufferlist
url = /~https://github.com/roblillack/vim-bufferlist.git
[submodule "bundle/tabber"]
path = bundle/tabber
url = /~https://github.com/fweep/vim-tabber.git
[submodule "bundle/tabline"]
path = bundle/tabline
url = /~https://github.com/mkitt/tabline.vim.git
[submodule "bundle/obsession"]
path = bundle/obsession
url = /~https://github.com/tpope/vim-obsession.git
[submodule "bundle/IndexedSearch"]
path = bundle/IndexedSearch
url = /~https://github.com/vim-scripts/IndexedSearch.git
[submodule "bundle/notes"]
path = bundle/notes
url = /~https://github.com/xolox/vim-notes.git
[submodule "bundle/plug"]
path = bundle/plug
url = /~https://github.com/junegunn/vim-plug.git
[submodule "bundle/AnsiEsc"]
path = bundle/AnsiEsc
url = /~https://github.com/vim-scripts/AnsiEsc.vim.git
[submodule "bundle/cdo"]
path = bundle/cdo
url = /~https://github.com/Peeja/vim-cdo.git
[submodule "bundle/QFixToggle"]
path = bundle/QFixToggle
url = /~https://github.com/vim-scripts/QFixToggle.git
[submodule "bundle/numbers"]
path = bundle/numbers
url = /~https://github.com/myusuf3/numbers.vim
[submodule "bundle/afterimage"]
path = bundle/afterimage
url = /~https://github.com/tpope/vim-afterimage.git
[submodule "bundle/better-whitespace"]
path = bundle/better-whitespace
url = /~https://github.com/ntpeters/vim-better-whitespace.git
[submodule "bundle/bufkill_fork"]
path = bundle/bufkill_fork
url = /~https://github.com/blueyed/bufkill.vim
[submodule "bundle/cmdline-completion"]
path = bundle/cmdline-completion
url = /~https://github.com/vim-scripts/cmdline-completion.git
[submodule "bundle/coffee-script"]
path = bundle/coffee-script
url = /~https://github.com/kchmck/vim-coffee-script.git
[submodule "bundle/colorhighlight"]
path = bundle/colorhighlight
url = /~https://github.com/blueyed/colorhighlight.vim.git
[submodule "bundle/Colorizer"]
path = bundle/Colorizer
url = /~https://github.com/chrisbra/Colorizer.git
[submodule "bundle/CycleColor"]
path = bundle/CycleColor
url = /~https://github.com/blueyed/CycleColor.git
[submodule "bundle/detectindent"]
path = bundle/detectindent
url = /~https://github.com/raymond-w-ko/detectindent.git
[submodule "bundle/extradite"]
path = bundle/extradite
url = /~https://github.com/int3/vim-extradite.git
[submodule "bundle/fatrat"]
path = bundle/fatrat
url = /~https://github.com/jmcantrell/vim-fatrat.git
[submodule "bundle/fontzoom"]
path = bundle/fontzoom
url = /~https://github.com/thinca/vim-fontzoom.git
[submodule "bundle/gf-python"]
path = bundle/gf-python
url = /~https://github.com/mkomitee/vim-gf-python.git
[submodule "bundle/github-issues"]
path = bundle/github-issues
url = /~https://github.com/jaxbot/github-issues.vim.git
[submodule "bundle/gitv"]
path = bundle/gitv
url = /~https://github.com/gregsexton/gitv
[submodule "bundle/grep"]
path = bundle/grep
url = /~https://github.com/blueyed/grep.vim.git
[submodule "bundle/keepcase"]
path = bundle/keepcase
url = /~https://github.com/vim-scripts/keepcase.vim
[submodule "bundle/localvimrc"]
path = bundle/localvimrc
url = /~https://github.com/embear/vim-localvimrc.git
[submodule "bundle/lua-ftplugin"]
path = bundle/lua-ftplugin
url = /~https://github.com/xolox/vim-lua-ftplugin.git
[submodule "bundle/luarefvim"]
path = bundle/luarefvim
url = /~https://github.com/vim-scripts/luarefvim.git
[submodule "bundle/lusty"]
path = bundle/lusty
url = /~https://github.com/sjbach/lusty
[submodule "bundle/neobundle"]
path = bundle/neobundle
url = /~https://github.com/Shougo/neobundle.vim.git
[submodule "bundle/neomru"]
path = bundle/neomru
url = /~https://github.com/Shougo/neomru.vim.git
[submodule "bundle/open-browser"]
path = bundle/open-browser
url = /~https://github.com/tyru/open-browser.vim
[submodule "bundle/operator-replace"]
path = bundle/operator-replace
url = /~https://github.com/kana/vim-operator-replace
[submodule "bundle/operator-user"]
path = bundle/operator-user
url = /~https://github.com/kana/vim-operator-user
[submodule "bundle/pac"]
path = bundle/pac
url = /~https://github.com/vim-scripts/pac.vim
[submodule "bundle/Parameter-Text-Objects"]
path = bundle/Parameter-Text-Objects
url = /~https://github.com/vim-scripts/Parameter-Text-Objects.git
[submodule "bundle/phpcomplete"]
path = bundle/phpcomplete
url = /~https://github.com/shawncplus/phpcomplete.vim.git
[submodule "bundle/preview"]
path = bundle/preview
url = /~https://github.com/greyblake/vim-preview.git
[submodule "bundle/projectionist"]
path = bundle/projectionist
url = /~https://github.com/tpope/vim-projectionist.git
[submodule "bundle/projectroot"]
path = bundle/projectroot
url = /~https://github.com/dbakker/vim-projectroot.git
[submodule "bundle/pydoc"]
path = bundle/pydoc
url = /~https://github.com/fs111/pydoc.vim
[submodule "bundle/pytest"]
path = bundle/pytest
url = /~https://github.com/alfredodeza/pytest.vim.git
[submodule "bundle/pytest-vim-compiler"]
path = bundle/pytest-vim-compiler
url = /~https://github.com/5long/pytest-vim-compiler.git
[submodule "bundle/python-pep8-indent"]
path = bundle/python-pep8-indent
url = /~https://github.com/hynek/vim-python-pep8-indent.git
[submodule "bundle/quickfixsigns"]
path = bundle/quickfixsigns
url = /~https://github.com/tomtom/quickfixsigns_vim.git
[submodule "bundle/quickhl"]
path = bundle/quickhl
url = /~https://github.com/blueyed/vim-quickhl
[submodule "bundle/ragtag"]
path = bundle/ragtag
url = /~https://github.com/tpope/vim-ragtag.git
[submodule "bundle/Rainbow-Parenthsis-Bundle"]
path = bundle/Rainbow-Parenthsis-Bundle
url = /~https://github.com/vim-scripts/Rainbow-Parenthsis-Bundle
[submodule "bundle/ref"]
path = bundle/ref
url = /~https://github.com/thinca/vim-ref.git
[submodule "bundle/runVimTests"]
path = bundle/runVimTests
url = /~https://github.com/inkarkat/runVimTests
[submodule "bundle/smarty"]
path = bundle/smarty
url = /~https://github.com/blueyed/smarty.vim.git
[submodule "bundle/sparkup"]
path = bundle/sparkup
url = /~https://github.com/rstacruz/sparkup
[submodule "bundle/SudoEdit"]
path = bundle/SudoEdit
url = /~https://github.com/chrisbra/SudoEdit.vim.git
[submodule "bundle/swap"]
path = bundle/swap
url = /~https://github.com/kurkale6ka/vim-swap.git
[submodule "bundle/SyntaxAttr"]
path = bundle/SyntaxAttr
url = /~https://github.com/vim-scripts/SyntaxAttr.vim.git
[submodule "bundle/tmux_syntax"]
path = bundle/tmux_syntax
url = /~https://github.com/zaiste/tmux.vim
[submodule "bundle/textobj-function"]
path = bundle/textobj-function
url = /~https://github.com/kana/vim-textobj-function.git
[submodule "bundle/textobj-user"]
path = bundle/textobj-user
url = /~https://github.com/kana/vim-textobj-user.git
[submodule "bundle/textobj-indent"]
path = bundle/textobj-indent
url = /~https://github.com/kana/vim-textobj-indent.git
[submodule "bundle/tinykeymap"]
path = bundle/tinykeymap
url = /~https://github.com/tomtom/tinykeymap_vim.git
[submodule "bundle/tmarks"]
path = bundle/tmarks
url = /~https://github.com/tomtom/tmarks_vim.git
[submodule "bundle/tmru"]
path = bundle/tmru
url = /~https://github.com/tomtom/tmru_vim.git
[submodule "bundle/tplugin"]
path = bundle/tplugin
url = /~https://github.com/tomtom/tplugin_vim.git
[submodule "bundle/tracwiki"]
path = bundle/tracwiki
url = /~https://github.com/vim-scripts/tracwiki.git
[submodule "bundle/ttagecho"]
path = bundle/ttagecho
url = /~https://github.com/tomtom/ttagecho_vim.git
[submodule "bundle/vcscommand"]
path = bundle/vcscommand
url = /~https://github.com/vim-scripts/vcscommand.vim.git
[submodule "bundle/vdebug"]
path = bundle/vdebug
url = /~https://github.com/joonty/vdebug.git
[submodule "bundle/ViewOutput"]
path = bundle/ViewOutput
url = /~https://github.com/vim-scripts/ViewOutput.git
[submodule "bundle/tap"]
path = bundle/tap
url = /~https://github.com/inkarkat/VimTAP.git
[submodule "bundle/virtualenv"]
path = bundle/virtualenv
url = /~https://github.com/jmcantrell/vim-virtualenv
[submodule "bundle/webapi"]
path = bundle/webapi
url = /~https://github.com/mattn/webapi-vim.git
[submodule "bundle/wildfire"]
path = bundle/wildfire
url = /~https://github.com/gcmt/wildfire.vim.git
[submodule "bundle/xpath"]
path = bundle/xpath
url = /~https://github.com/actionshrimp/vim-xpath.git
[submodule "bundle/xterm-color-table"]
path = bundle/xterm-color-table
url = /~https://github.com/guns/xterm-color-table.vim.git
[submodule "bundle/python-mode"]
path = bundle/python-mode
url = /~https://github.com/klen/python-mode.git
[submodule "bundle/golden-ratio"]
path = bundle/golden-ratio
url = /~https://github.com/roman/golden-ratio.git
[submodule "bundle/shymenu"]
path = bundle/shymenu
url = /~https://github.com/tomtom/shymenu_vim.git
[submodule "bundle/hilinks"]
path = bundle/hilinks
url = /~https://github.com/kergoth/vim-hilinks.git
[submodule "bundle/maximize"]
path = bundle/maximize
url = /~https://github.com/ervandew/maximize.git
[submodule "bundle/addon-manager"]
path = bundle/addon-manager
url = /~https://github.com/MarcWeber/vim-addon-manager.git
[submodule "bundle/addon-mw-utils"]
path = bundle/addon-mw-utils
url = /~https://github.com/MarcWeber/vim-addon-mw-utils.git
[submodule "bundle/color_atom"]
path = bundle/color_atom
url = /~https://github.com/vim-scripts/Atom.git
[submodule "bundle/color_detailed"]
path = bundle/color_detailed
url = /~https://github.com/rking/vim-detailed.git
[submodule "bundle/color_jellybeans"]
path = bundle/color_jellybeans
url = /~https://github.com/nanotech/jellybeans.vim.git
[submodule "bundle/color_vividchalk"]
path = bundle/color_vividchalk
url = /~https://github.com/tpope/vim-vividchalk.git
[submodule "bundle/color_ingretu"]
path = bundle/color_ingretu
url = /~https://github.com/gmarik/ingretu.git
[submodule "bundle/color_molokai"]
path = bundle/color_molokai
url = /~https://github.com/vim-scripts/molokai.git
[submodule "bundle/color_tir_black"]
path = bundle/color_tir_black
url = /~https://github.com/vim-scripts/tir_black.git
[submodule "bundle/color_xoria256"]
path = bundle/color_xoria256
url = /~https://github.com/blueyed/xoria256.vim.git
[submodule "bundle/color_xterm16"]
path = bundle/color_xterm16
url = /~https://github.com/vim-scripts/xterm16.vim.git
[submodule "bundle/color_Zenburn"]
path = bundle/color_Zenburn
url = /~https://github.com/vim-scripts/Zenburn.git
[submodule "bundle/conque"]
path = bundle/conque
url = /~https://github.com/basepi/vim-conque.git
[submodule "bundle/cscope"]
path = bundle/cscope
url = /~https://github.com/vim-scripts/cscope.vim.git
[submodule "bundle/dragvisuals"]
path = bundle/dragvisuals
url = /~https://github.com/atweiden/vim-dragvisuals.git
[submodule "bundle/restart"]
path = bundle/restart
url = /~https://github.com/tyru/restart.vim.git
[submodule "bundle/color_nefertiti"]
path = bundle/color_nefertiti
url = /~https://github.com/jeetsukumaran/vim-nefertiti.git