-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
69 lines (69 loc) · 2.4 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
[submodule "bundle/vim-pathogen"]
path = bundle/vim-pathogen
url = git://github.com/tpope/vim-pathogen.git
[submodule "bundle/nerdtree"]
path = bundle/nerdtree
url = https://github.com/scrooloose/nerdtree
[submodule "bundle/tagbar"]
path = bundle/tagbar
url = https://github.com/majutsushi/tagbar
[submodule "bundle/ultisnips"]
path = bundle/ultisnips
url = https://github.com/SirVer/ultisnips
[submodule "bundle/nerdcommenter"]
path = bundle/nerdcommenter
url = https://github.com/scrooloose/nerdcommenter.git
[submodule "bundle/mark.vim"]
path = bundle/mark.vim
url = https://github.com/mbriggs/mark.vim.git
[submodule "bundle/AuthorInfo"]
path = bundle/AuthorInfo
url = https://github.com/vim-scripts/AuthorInfo.git
[submodule "bundle/syntastic"]
path = bundle/syntastic
url = https://github.com/scrooloose/syntastic.git
[submodule "bundle/TagHighlight"]
path = bundle/TagHighlight
url = https://github.com/vim-scripts/TagHighlight.git
[submodule "bundle/a.vim"]
path = bundle/a.vim
url = https://github.com/vim-scripts/a.vim.git
[submodule "bundle/minibufexpl"]
path = bundle/minibufexpl
url = https://github.com/fholgado/minibufexpl.vim.git
[submodule "bundle/Command-T"]
path = bundle/Command-T
url = https://github.com/vim-scripts/Command-T.git
[submodule "bundle/ctrlp"]
path = bundle/ctrlp
url = https://github.com/kien/ctrlp.vim.git
[submodule "bundle/supertab"]
path = bundle/supertab
url = https://github.com/ervandew/supertab.git
[submodule "bundle/neocomplcache"]
path = bundle/neocomplcache
url = https://github.com/Shougo/neocomplcache.vim.git
[submodule "bundle/pyflakes"]
path = bundle/pyflakes
url = https://github.com/kevinw/pyflakes-vim.git
[submodule "bundle/vim-colors-solarized"]
path = bundle/vim-colors-solarized
url = https://github.com/altercation/vim-colors-solarized.git
[submodule "bundle/vimwiki"]
path = bundle/vimwiki
url = https://github.com/vimwiki/vimwiki.git
[submodule "bundle/winmanager"]
path = bundle/winmanager
url = https://github.com/vim-scripts/winmanager
[submodule "bundle/taglist"]
path = bundle/taglist
url = https://github.com/vim-scripts/taglist.vim
[submodule "bundle/cscope"]
path = bundle/cscope
url = https://github.com/vim-scripts/cscope.vim
[submodule "bundle/grep"]
path = bundle/grep
url = https://github.com/vim-scripts/grep.vim
[submodule "bundle/OmniCppComplete"]
path = bundle/OmniCppComplete
url = https://github.com/vim-scripts/OmniCppComplete.git