-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
57 lines (57 loc) · 1.94 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
[submodule "bundle/pep8"]
path = bundle/pep8
url = https://github.com/vim-scripts/pep8.git
[submodule "bundle/commandT"]
path = bundle/commandT
url = https://github.com/vim-scripts/Command-T.git
[submodule "bundle/nerdtree"]
path = bundle/nerdtree
url = https://github.com/scrooloose/nerdtree.git
[submodule "bundle/delmitmate"]
path = bundle/delmitmate
url = git://github.com/Raimondi/delimitMate.git
[submodule "bundle/closetag"]
path = bundle/closetag
url = git://github.com/docunext/closetag.vim.git
[submodule "bundle/pyflakes"]
path = bundle/pyflakes
url = git://github.com/kevinw/pyflakes-vim.git
[submodule "bundle/solarized"]
path = bundle/solarized
url = git://github.com/altercation/vim-colors-solarized.git
[submodule "bundle/supertab"]
path = bundle/supertab
url = https://github.com/ervandew/supertab.git
[submodule "bundle/flake8"]
path = bundle/flake8
url = https://github.com/andviro/flake8-vim.git
[submodule "bundle/omnicomplete"]
path = bundle/omnicomplete
url = https://github.com/vim-scripts/OmniCppComplete.git
[submodule "bundle/syntastic"]
path = bundle/syntastic
url = https://github.com/scrooloose/syntastic.git
[submodule "bundle/a_plugin"]
path = bundle/a_plugin
url = https://github.com/vim-scripts/a.vim.git
[submodule "bundle/snipmate"]
path = bundle/snipmate
url = https://github.com/garbas/vim-snipmate.git
[submodule "bundle/cscope"]
path = bundle/cscope
url = https://github.com/vim-scripts/cscope.vim.git
[submodule "bundle/ctags"]
path = bundle/ctags
url = https://github.com/vim-scripts/ctags.vim.git
[submodule "bundle/refactor"]
path = bundle/refactor
url = https://github.com/vim-scripts/refactor.git
[submodule "bundle/taglist"]
path = bundle/taglist
url = https://github.com/vim-scripts/taglist.vim.git
[submodule "bundle/mw_utils"]
path = bundle/mw_utils
url = https://github.com/MarcWeber/vim-addon-mw-utils.git
[submodule "bundle/tlib"]
path = bundle/tlib
url = https://github.com/tomtom/tlib_vim.git