-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
48 lines (48 loc) · 1.65 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
[submodule "bundle/vim-pathogen"]
path = bundle/vim-pathogen
url = git://github.com/tpope/vim-pathogen.git
[submodule "bundle/powerline"]
path = bundle/powerline
url = [email protected]:Lokaltog/vim-powerline.git
[submodule "bundle/NerdTree"]
path = bundle/NerdTree
url = [email protected]:scrooloose/nerdtree.git
[submodule "bundle/UltiSnips"]
path = bundle/UltiSnips
url = [email protected]:SirVer/ultisnips.git
[submodule "bundle/A"]
path = bundle/A
url = [email protected]:vim-scripts/a.vim.git
[submodule "bundle/colors-solarized"]
path = bundle/colors-solarized
url = [email protected]:altercation/vim-colors-solarized.git
[submodule "bundle/surround"]
path = bundle/surround
url = [email protected]:tpope/vim-surround.git
[submodule "bundle/fugitive"]
path = bundle/fugitive
url = [email protected]:tpope/vim-fugitive.git
[submodule "bundle/neocomplcache"]
path = bundle/neocomplcache
url = [email protected]:Shougo/neocomplcache.vim.git
[submodule "bundle/clang_complete"]
path = bundle/clang_complete
url = [email protected]:Rip-Rip/clang_complete.git
[submodule "bundle/necocomplecache-lang_complete"]
path = bundle/necocomplecache-lang_complete
url = [email protected]:osyo-manga/neocomplcache-clang_complete.git
[submodule "bundle/syntastic"]
path = bundle/syntastic
url = [email protected]:scrooloose/syntastic.git
[submodule "bundle/ag"]
path = bundle/ag
url = [email protected]:rking/ag.vim.git
[submodule "bundle/session"]
path = bundle/session
url = [email protected]:xolox/vim-session.git
[submodule "bundle/misc"]
path = bundle/misc
url = [email protected]:xolox/vim-misc.git
[submodule "bundle/auto-pairs"]
path = bundle/auto-pairs
url = [email protected]:jiangmiao/auto-pairs.git