forked from nviennot/vim-config
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.gitmodules
81 lines (81 loc) · 2.76 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
79
80
81
[submodule "bundle/nerdcommenter"]
path = bundle/nerdcommenter
url = https://github.com/scrooloose/nerdcommenter.git
[submodule "bundle/nerdtree"]
path = bundle/nerdtree
url = https://github.com/scrooloose/nerdtree.git
[submodule "bundle/abolish"]
path = bundle/abolish
url = https://github.com/tpope/vim-abolish.git
[submodule "bundle/endwise"]
path = bundle/endwise
url = https://github.com/tpope/vim-endwise.git
[submodule "bundle/repeat"]
path = bundle/repeat
url = https://github.com/tpope/vim-repeat.git
[submodule "bundle/speeddating"]
path = bundle/speeddating
url = https://github.com/tpope/vim-speeddating.git
[submodule "bundle/surround"]
path = bundle/surround
url = https://github.com/tpope/vim-surround.git
[submodule "bundle/fugitive"]
path = bundle/fugitive
url = https://github.com/tpope/vim-fugitive.git
[submodule "autoload/pathogen"]
path = autoload/pathogen
url = https://github.com/tpope/vim-pathogen.git
[submodule "autoload/afterimage"]
path = autoload/afterimage
url = https://github.com/tpope/vim-afterimage.git
[submodule "bundle/tabular"]
path = bundle/tabular
url = https://github.com/godlygeek/tabular
[submodule "bundle/snipmate"]
path = bundle/snipmate
url = https://github.com/chazy/snipmate.vim.git
[submodule "bundle/addon-mw-utils"]
path = bundle/addon-mw-utils
url = https://github.com/MarcWeber/vim-addon-mw-utils.git
[submodule "bundle/tlib"]
path = bundle/tlib
url = https://github.com/tomtom/tlib_vim.git
[submodule "bundle/l9"]
path = bundle/l9
url = https://github.com/vim-scripts/L9.git
[submodule "bundle/minibufexpl"]
path = bundle/minibufexpl
url = https://github.com/fholgado/minibufexpl.vim.git
[submodule "bundle/matchit"]
path = bundle/matchit
url = https://github.com/vim-scripts/matchit.zip.git
[submodule "bundle/molokai"]
path = bundle/molokai
url = https://github.com/chazy/molokai.git
[submodule "bundle/cscope_maps"]
path = bundle/cscope_maps
url = https://github.com/chazy/cscope_maps.git
[submodule "bundle/dirsettings"]
path = bundle/dirsettings
url = https://github.com/chazy/dirsettings.git
[submodule "bundle/quickfixsigns"]
path = bundle/quickfixsigns
url = https://github.com/chazy/quickfixsigns_vim.git
[submodule "bundle/armasm"]
path = bundle/armasm
url = https://github.com/chazy/vim-armasm.git
[submodule "bundle/vim-latex"]
path = bundle/vim-latex
url = https://github.com/chazy/vim-latex.git
[submodule "bundle/Rename"]
path = bundle/Rename
url = https://github.com/vim-scripts/Rename.git
[submodule "bundle/stgit"]
path = bundle/stgit
url = https://github.com/chazy/vim-stgit.git
[submodule "bundle/file-line"]
path = bundle/file-line
url = https://github.com/bogado/file-line.git
[submodule "bundle/vim-markdown"]
path = bundle/vim-markdown
url = https://github.com/plasticboy/vim-markdown.git