forked from nviennot/vim-config
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
284 lines (284 loc) · 8.02 KB
/
.gitmodules
File metadata and controls
284 lines (284 loc) · 8.02 KB
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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
[submodule "bundle/markdown"]
path = bundle/markdown
url = ssh://git@github.com/ujihisa/vim-markdown.git
ignore = dirty
branch = master
[submodule "bundle/nerdcommenter"]
path = bundle/nerdcommenter
url = ssh://git@github.com/scrooloose/nerdcommenter.git
ignore = dirty
branch = master
[submodule "bundle/nerdtree"]
path = bundle/nerdtree
url = ssh://git@github.com/scrooloose/nerdtree.git
ignore = dirty
branch = master
[submodule "bundle/abolish"]
path = bundle/abolish
url = ssh://git@github.com/tpope/vim-abolish.git
ignore = dirty
branch = master
[submodule "bundle/cucumber"]
path = bundle/cucumber
url = ssh://git@github.com/tpope/vim-cucumber.git
ignore = dirty
branch = master
[submodule "bundle/endwise"]
path = bundle/endwise
url = ssh://git@github.com/tpope/vim-endwise.git
ignore = dirty
branch = master
[submodule "bundle/haml"]
path = bundle/haml
url = ssh://git@github.com/tpope/vim-haml.git
ignore = dirty
branch = master
[submodule "bundle/rails"]
path = bundle/rails
url = ssh://git@github.com/tpope/vim-rails.git
ignore = dirty
branch = master
[submodule "bundle/repeat"]
path = bundle/repeat
url = ssh://git@github.com/tpope/vim-repeat.git
ignore = dirty
branch = master
[submodule "bundle/speeddating"]
path = bundle/speeddating
url = ssh://git@github.com/tpope/vim-speeddating.git
ignore = dirty
branch = master
[submodule "bundle/surround"]
path = bundle/surround
url = ssh://git@github.com/tpope/vim-surround.git
ignore = dirty
branch = master
[submodule "bundle/unimpaired"]
path = bundle/unimpaired
url = ssh://git@github.com/tpope/vim-unimpaired.git
ignore = dirty
branch = master
[submodule "bundle/xmledit"]
path = bundle/xmledit
url = ssh://git@github.com/sukima/xmledit.git
ignore = dirty
branch = master
[submodule "bundle/fugitive"]
path = bundle/fugitive
url = ssh://git@github.com/afrojer/vim-fugitive.git
ignore = dirty
branch = custom-blame
[submodule "autoload/pathogen"]
path = autoload/pathogen
url = ssh://git@github.com/tpope/vim-pathogen.git
ignore = dirty
branch = master
[submodule "autoload/afterimage"]
path = autoload/afterimage
url = ssh://git@github.com/tpope/vim-afterimage.git
ignore = dirty
branch = master
[submodule "bundle/tabular"]
path = bundle/tabular
url = ssh://git@github.com/godlygeek/tabular
ignore = dirty
branch = master
[submodule "bundle/coffee-script"]
path = bundle/coffee-script
url = ssh://git@github.com/kchmck/vim-coffee-script.git
ignore = dirty
branch = master
[submodule "bundle/gundo"]
path = bundle/gundo
url = ssh://git@github.com/sjl/gundo.vim.git
ignore = dirty
branch = master
[submodule "bundle/gist"]
path = bundle/gist
url = ssh://git@github.com/vim-scripts/Gist.vim.git
ignore = dirty
branch = master
[submodule "bundle/quickfixsigns"]
path = bundle/quickfixsigns
url = ssh://git@github.com/tomtom/quickfixsigns_vim.git
ignore = dirty
branch = master
[submodule "bundle/addon-mw-utils"]
path = bundle/addon-mw-utils
url = ssh://git@github.com/MarcWeber/vim-addon-mw-utils.git
ignore = dirty
branch = master
[submodule "bundle/tlib"]
path = bundle/tlib
url = ssh://git@github.com/tomtom/tlib_vim.git
ignore = dirty
branch = master
[submodule "bundle/l9"]
path = bundle/l9
url = ssh://git@github.com/vim-scripts/L9.git
ignore = dirty
branch = master
[submodule "bundle/minibufexpl"]
path = bundle/minibufexpl
url = ssh://git@github.com/fholgado/minibufexpl.vim.git
ignore = dirty
branch = master
[submodule "bundle/supertab"]
path = bundle/supertab
url = ssh://git@github.com/ervandew/supertab.git
ignore = dirty
branch = master
[submodule "bundle/matchit"]
path = bundle/matchit
url = ssh://git@github.com/vim-scripts/matchit.zip.git
ignore = dirty
branch = master
[submodule "bundle/molokai"]
path = bundle/molokai
url = ssh://git@github.com/afrojer/molokai.git
ignore = dirty
branch = master
[submodule "bundle/armasm"]
path = bundle/armasm
url = ssh://git@github.com/nviennot/vim-armasm.git
ignore = dirty
branch = master
[submodule "bundle/powerline"]
path = bundle/powerline
url = ssh://git@github.com/nviennot/vim-powerline.git
ignore = dirty
branch = master
[submodule "bundle/ruby"]
path = bundle/ruby
url = ssh://git@github.com/vim-ruby/vim-ruby.git
ignore = dirty
branch = master
[submodule "bundle/ctrlp"]
path = bundle/ctrlp
url = ssh://git@github.com/kien/ctrlp.vim.git
ignore = dirty
branch = master
[submodule "bundle/scala"]
path = bundle/scala
url = ssh://git@github.com/sidnair/scala-vim.git
ignore = dirty
branch = master
[submodule "bundle/screen"]
path = bundle/screen
url = ssh://git@github.com/ervandew/screen.git
ignore = dirty
branch = master
[submodule "bundle/webapi"]
path = bundle/webapi
url = ssh://git@github.com/mattn/webapi-vim.git
ignore = dirty
branch = master
[submodule "bundle/less"]
path = bundle/less
url = ssh://git@github.com/groenewege/vim-less.git
ignore = dirty
branch = master
[submodule "bundle/css3-syntax"]
path = bundle/css3-syntax
url = ssh://git@github.com/hail2u/vim-css3-syntax.git
ignore = dirty
branch = master
[submodule "bundle/css-color"]
path = bundle/css-color
url = ssh://git@github.com/skammer/vim-css-color.git
ignore = dirty
branch = master
[submodule "bundle/bufsurf"]
path = bundle/bufsurf
url = ssh://git@github.com/ton/vim-bufsurf.git
branch = master
[submodule "bundle/tagbar"]
path = bundle/tagbar
url = ssh://git@github.com/majutsushi/tagbar.git
branch = master
[submodule "bundle/slim"]
path = bundle/slim
url = ssh://git@github.com/slim-template/vim-slim.git
branch = master
[submodule "bundle/vim-latex"]
path = bundle/vim-latex
url = ssh://git@github.com/afrojer/vim-latex.git
ignore = dirty
branch = master
[submodule "bundle/cocoa.vim"]
path = bundle/cocoa.vim
url = ssh://git@github.com/msanders/cocoa.vim.git
branch = master
[submodule "bundle/xnudmesg"]
path = bundle/xnudmesg
url = ssh://git@github.com/afrojer/vim-xnudmesg.git
branch = master
[submodule "bundle/crdmesg"]
path = bundle/crdmesg
url = ssh://git@github.com/afrojer/vim-crdmesg.git
branch = master
[submodule "bundle/qfenter"]
path = bundle/qfenter
url = https://github.com/yssl/QFEnter.git
branch = master
[submodule "bundle/snipmate"]
path = bundle/snipmate
url = ssh://git@github.com/afrojer/snipmate.vim.git
branch = master
[submodule "bundle/ag"]
path = bundle/ag
url = https://github.com/rking/ag.vim.git
branch = master
[submodule "bundle/vim-gitgutter"]
path = bundle/vim-gitgutter
url = ssh://git@github.com/airblade/vim-gitgutter.git
branch = master
[submodule "bundle/syntastic"]
path = bundle/syntastic
url = ssh://git@github.com/scrooloose/syntastic.git
branch = master
[submodule "bundle/vim-smarttabs"]
path = bundle/vim-smarttabs
url = https://github.com/dpc/vim-smarttabs.git
branch = master
[submodule "bundle/deoplete"]
path = bundle/deoplete
url = https://github.com/Shougo/deoplete.nvim.git
branch = master
[submodule "bundle/vim-hug-neovim-rpc"]
path = bundle/vim-hug-neovim-rpc
url = https://github.com/roxma/vim-hug-neovim-rpc.git
branch = master
[submodule "bundle/nvim-yarp"]
path = bundle/nvim-yarp
url = https://github.com/roxma/nvim-yarp.git
branch = master
[submodule "bundle/codequery"]
path = bundle/codequery
url = https://github.com/devjoe/vim-codequery.git
branch = master
[submodule "bundle/unite"]
path = bundle/unite
url = https://github.com/Shougo/unite.vim.git
branch = master
[submodule "bundle/YCM-Generator"]
path = bundle/YCM-Generator
url = https://github.com/rdnetto/YCM-Generator.git
[submodule "bundle/vim-lsp-cxx-highlight"]
path = bundle/vim-lsp-cxx-highlight
url = https://github.com/jackguo380/vim-lsp-cxx-highlight.git
branch = master
[submodule "bundle/coc-nvim"]
path = bundle/coc-nvim
url = https://github.com/neoclide/coc.nvim.git
branch = release
[submodule "bundle/coc-clangd"]
path = bundle/coc-clangd
url = https://github.com/clangd/coc-clangd.git
branch = master
[submodule "bundle/vim-polyglot"]
path = bundle/vim-polyglot
url = https://github.com/sheerun/vim-polyglot.git
[submodule "bundle/cscope_nvim"]
path = bundle/cscope_nvim
url = git@github.com:dhananjaylatkar/cscope_maps.nvim.git