-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
78 lines (78 loc) · 2.95 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
70
71
72
73
74
75
76
77
78
[submodule "autoload/pathogen"]
path = autoload/pathogen
url = https://github.com/tpope/vim-pathogen.git
[submodule "bundle/vim-colorschemes"]
path = bundle/vim-colorschemes
url = https://github.com/flazz/vim-colorschemes.git
[submodule "bundle/vim-airline"]
path = bundle/vim-airline
url = https://github.com/vim-airline/vim-airline
[submodule "bundle/vim-airline-themes"]
path = bundle/vim-airline-themes
url = https://github.com/vim-airline/vim-airline-themes
[submodule "bundle/vim-surround"]
path = bundle/vim-surround
url = https://github.com/tpope/vim-surround.git
[submodule "bundle/vim-repeat"]
path = bundle/vim-repeat
url = https://github.com/tpope/vim-repeat.git
[submodule "bundle/vim-easyclip"]
path = bundle/vim-easyclip
url = https://github.com/svermeulen/vim-easyclip.git
[submodule "bundle/vim-matchit"]
path = bundle/vim-matchit
url = https://github.com/adelarsq/vim-matchit.git
[submodule "bundle/vim-python-matchit"]
path = bundle/vim-python-matchit
url = https://github.com/voithos/vim-python-matchit.git
[submodule "bundle/a.vim"]
path = bundle/a.vim
url = https://github.com/vim-scripts/a.vim.git
[submodule "bundle/nerdtree"]
path = bundle/nerdtree
url = https://github.com/scrooloose/nerdtree.git
[submodule "bundle/nerdtree-git"]
path = bundle/nerdtree-git
url = https://github.com/Xuyuanp/nerdtree-git-plugin.git
[submodule "bundle/vim-nerdtree-tabs"]
path = bundle/vim-nerdtree-tabs
url = https://github.com/jistr/vim-nerdtree-tabs.git
[submodule "bundle/indentLine"]
path = bundle/indentLine
url = https://github.com/Yggdroot/indentLine.git
[submodule "bundle/vim-easytags"]
path = bundle/vim-easytags
url = https://github.com/xolox/vim-easytags.git
[submodule "bundle/vim-cpp-enhanced-highlight"]
path = bundle/vim-cpp-enhanced-highlight
url = https://github.com/octol/vim-cpp-enhanced-highlight.git
[submodule "bundle/rainbow"]
path = bundle/rainbow
url = https://github.com/luochen1990/rainbow.git
[submodule "bundle/vim-misc"]
path = bundle/vim-misc
url = https://github.com/xolox/vim-misc.git
[submodule "bundle/supertab"]
path = bundle/supertab
url = https://github.com/ervandew/supertab.git
[submodule "bundle/syntastic"]
path = bundle/syntastic
url = https://github.com/vim-syntastic/syntastic.git
[submodule "bundle/vim-multiple-cursors"]
path = bundle/vim-multiple-cursors
url = https://github.com/terryma/vim-multiple-cursors.git
[submodule "bundle/file-line"]
path = bundle/file-line
url = https://github.com/bogado/file-line.git
[submodule "bundle/vim-linux-coding-style"]
path = bundle/vim-linux-coding-style
url = https://github.com/vivien/vim-linux-coding-style.git
[submodule "bundle/editorconfig-vim"]
path = bundle/editorconfig-vim
url = https://github.com/editorconfig/editorconfig-vim.git
[submodule "bundle/vim-fugitive"]
path = bundle/vim-fugitive
url = https://github.com/tpope/vim-fugitive.git
[submodule "bundle/vim-gitgutter"]
path = bundle/vim-gitgutter
url = https://github.com/airblade/vim-gitgutter.git