-
Notifications
You must be signed in to change notification settings - Fork 7
/
.gitmodules
108 lines (108 loc) · 3.75 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
[submodule "bundle/pathogen"]
path = bundle/pathogen
url = https://github.com/tpope/vim-pathogen.git
[submodule "bundle/calendar"]
path = bundle/calendar
url = https://github.com/mattn/calendar-vim.git
[submodule "bundle/command-t"]
path = bundle/command-t
url = https://github.com/wincent/Command-T.git
[submodule "bundle/nerdtree"]
path = bundle/nerdtree
url = https://github.com/vim-scripts/The-NERD-tree.git
[submodule "bundle/nerdcommenter"]
path = bundle/nerdcommenter
url = https://github.com/scrooloose/nerdcommenter.git
[submodule "bundle/snipmate"]
path = bundle/snipmate
url = https://github.com/msanders/snipmate.vim.git
[submodule "bundle/matchit"]
path = bundle/matchit
url = https://github.com/vim-scripts/matchit.zip.git
[submodule "bundle/xmledit"]
path = bundle/xmledit
url = https://github.com/sukima/xmledit.git
[submodule "bundle/supertab"]
path = bundle/supertab
url = https://github.com/ervandew/supertab.git
[submodule "bundle/surround"]
path = bundle/surround
url = https://github.com/tpope/vim-surround.git
[submodule "bundle/tagbar"]
path = bundle/tagbar
url = https://github.com/majutsushi/tagbar
[submodule "bundle/tabular"]
path = bundle/tabular
url = https://github.com/godlygeek/tabular.git
[submodule "bundle/pydiction"]
path = bundle/pydiction
url = https://github.com/vim-scripts/Pydiction.git
[submodule "bundle/vst"]
path = bundle/vst
url = https://github.com/vim-scripts/VST.git
[submodule "bundle/python-syntax"]
path = bundle/python-syntax
url = https://github.com/vim-scripts/python.vim--Vasiliev.git
[submodule "bundle/javascript-syntax"]
path = bundle/javascript-syntax
url = https://github.com/othree/javascript-syntax.vim.git
[submodule "bundle/markdown"]
path = bundle/markdown
url = https://github.com/tpope/vim-markdown.git
[submodule "bundle/snipmate_for_django"]
path = bundle/snipmate_for_django
url = https://github.com/robhudson/snipmate_for_django.git
[submodule "bundle/ack"]
path = bundle/ack
url = https://github.com/mileszs/ack.vim.git
[submodule "bundle/pep8"]
path = bundle/pep8
url = https://github.com/vim-scripts/pep8.git
[submodule "bundle/pydoc"]
path = bundle/pydoc
url = https://github.com/fs111/pydoc.vim.git
[submodule "bundle/autoclose"]
path = bundle/autoclose
url = https://github.com/andrewle/vim-autoclose.git
[submodule "bundle/color_sampler_pack"]
path = bundle/color_sampler_pack
url = https://github.com/vim-scripts/Color-Sampler-Pack.git
[submodule "bundle/gundo"]
path = bundle/gundo
url = https://github.com/sjl/gundo.vim.git
[submodule "bundle/ropevim"]
path = bundle/ropevim
url = https://github.com/sontek/rope-vim.git
[submodule "bundle/tasklist"]
path = bundle/tasklist
url = https://github.com/vim-scripts/TaskList.vim.git
[submodule "bundle/fugitive"]
path = bundle/fugitive
url = http://github.com/tpope/vim-fugitive.git
[submodule "bundle/fuzzyfinder"]
path = bundle/fuzzyfinder
url = https://github.com/vim-scripts/FuzzyFinder.git
[submodule "bundle/l9"]
path = bundle/l9
url = https://github.com/vim-scripts/L9.git
[submodule "bundle/javacomplete"]
path = bundle/javacomplete
url = https://github.com/vim-scripts/javacomplete
[submodule "bundle/omnicppcomplete"]
path = bundle/omnicppcomplete
url = https://github.com/vim-scripts/OmniCppComplete.git
[submodule "bundle/vcscommand"]
path = bundle/vcscommand
url = git://repo.or.cz/vcscommand.git
[submodule "bundle/pyflakes"]
path = bundle/pyflakes
url = https://github.com/kevinw/pyflakes-vim.git
[submodule "bundle/pytest"]
path = bundle/pytest
url = https://github.com/alfredodeza/pytest.vim.git
[submodule "bundle/vim-latex"]
path = bundle/vim-latex
url = git://vim-latex.git.sourceforge.net/gitroot/vim-latex/vim-latex
[submodule "bundle/vim-less"]
path = bundle/vim-less
url = https://github.com/groenewege/vim-less.git