-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
44 lines (44 loc) · 1.36 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
[submodule "bundle/vim-pathogen"]
path = bundle/vim-pathogen
url = git://github.com/tpope/vim-pathogen.git
ignore=untracked
[submodule "bundle/vim-fugitive"]
path = bundle/vim-fugitive
url = git://github.com/tpope/vim-fugitive.git
ignore=untracked
[submodule "bundle/vim-extradite"]
path = bundle/vim-extradite
url = git://github.com/int3/vim-extradite.git
ignore=untracked
[submodule "bundle/vim-colors-solarized"]
path = bundle/vim-colors-solarized
url = git://github.com/altercation/vim-colors-solarized.git
ignore=untracked
[submodule "bundle/supertab"]
path = bundle/supertab
url = git://github.com/ervandew/supertab.git
ignore=untracked
[submodule "bundle/nerdtree"]
path = bundle/nerdtree
url = git://github.com/scrooloose/nerdtree.git
ignore=untracked
[submodule "bundle/project"]
path = bundle/project
url = git://github.com/vim-scripts/project.tar.gz.git
ignore=untracked
[submodule "bundle/delimitMate"]
path = bundle/delimitMate
url = git://github.com/Raimondi/delimitMate.git
ignore=untracked
[submodule "bundle/tagbar"]
path = bundle/tagbar
url = git://github.com/majutsushi/tagbar.git
ignore=untracked
[submodule "bundle/vim-surround"]
path = bundle/vim-surround
url = git://github.com/tpope/vim-surround.git
ignore=untracked
[submodule "bundle/taglist"]
path = bundle/taglist
url = git://github.com/vim-scripts/taglist.vim.git
ignore=untracked