-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
30 lines (30 loc) · 1.04 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
[submodule "bundle/cpp-vim"]
path = bundle/cpp-vim
url = https://github.com/vim-jp/cpp-vim.git
[submodule "bundle/vim-sensible"]
path = bundle/vim-sensible
url = git://github.com/tpope/vim-sensible.git
[submodule "bundle/vim-colorschemes"]
path = bundle/vim-colorschemes
url = https://github.com/flazz/vim-colorschemes.git
[submodule "bundle/a"]
path = bundle/a
url = https://github.com/vim-scripts/a.vim.git
[submodule "bundle/bufexplorer"]
path = bundle/bufexplorer
url = https://github.com/corntrace/bufexplorer.git
[submodule "bundle/gtags"]
path = bundle/gtags
url = https://github.com/vim-scripts/gtags.vim.git
[submodule "bundle/rainbow"]
path = bundle/rainbow
url = https://github.com/oblitum/rainbow.git
[submodule "bundle/supertab"]
path = bundle/supertab
url = https://github.com/ervandew/supertab.git
[submodule "bundle/nerdcommenter"]
path = bundle/nerdcommenter
url = https://github.com/scrooloose/nerdcommenter.git
[submodule "bundle/clang_complete"]
path = bundle/clang_complete
url = https://github.com/oblitum/clang_complete.git