-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.gitmodules
279 lines (279 loc) · 13.4 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
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
[submodule "vendor/github.com/ctrlpvim/ctrlp.vim"]
path = vendor/github.com/ctrlpvim/ctrlp.vim
url = https://github.com/ctrlpvim/ctrlp.vim.git
[submodule "vendor/github.com/neomake/neomake"]
path = vendor/github.com/neomake/neomake
url = https://github.com/neomake/neomake.git
[submodule "vendor/github.com/scrooloose/nerdcommenter"]
path = vendor/github.com/scrooloose/nerdcommenter
url = https://github.com/scrooloose/nerdcommenter.git
[submodule "vendor/github.com/majutsushi/tagbar"]
path = vendor/github.com/majutsushi/tagbar
url = https://github.com/majutsushi/tagbar.git
[submodule "vendor/github.com/vim-airline/vim-airline"]
path = vendor/github.com/vim-airline/vim-airline
url = https://github.com/vim-airline/vim-airline.git
[submodule "vendor/github.com/scrooloose/nerdtree"]
path = vendor/github.com/scrooloose/nerdtree
url = https://github.com/scrooloose/nerdtree.git
[submodule "vendor/github.com/airblade/vim-gitgutter"]
path = vendor/github.com/airblade/vim-gitgutter
url = https://github.com/airblade/vim-gitgutter.git
[submodule "vendor/github.com/sheerun/vim-polyglot"]
path = vendor/github.com/sheerun/vim-polyglot
url = https://github.com/sheerun/vim-polyglot.git
[submodule "vendor/github.com/tpope/vim-sensible"]
path = vendor/github.com/tpope/vim-sensible
url = https://github.com/tpope/vim-sensible.git
[submodule "vendor/github.com/tpope/vim-sleuth"]
path = vendor/github.com/tpope/vim-sleuth
url = https://github.com/tpope/vim-sleuth.git
[submodule "vendor/github.com/mhinz/vim-signify"]
path = vendor/github.com/mhinz/vim-signify
url = https://github.com/mhinz/vim-signify.git
[submodule "vendor/github.com/vim-syntastic/syntastic"]
path = vendor/github.com/vim-syntastic/syntastic
url = https://github.com/vim-syntastic/syntastic.git
[submodule "vendor/github.com/vim-pandoc/vim-pandoc"]
path = vendor/github.com/vim-pandoc/vim-pandoc
url = https://github.com/vim-pandoc/vim-pandoc.git
[submodule "vendor/github.com/vim-pandoc/vim-pandoc-syntax"]
path = vendor/github.com/vim-pandoc/vim-pandoc-syntax
url = https://github.com/vim-pandoc/vim-pandoc-syntax.git
[submodule "vendor/github.com/w0rp/ale"]
path = vendor/github.com/w0rp/ale
url = https://github.com/w0rp/ale.git
[submodule "vendor/github.com/mileszs/ack.vim"]
path = vendor/github.com/mileszs/ack.vim
url = https://github.com/mileszs/ack.vim.git
[submodule "vendor/github.com/junegunn/fzf.vim"]
path = vendor/github.com/junegunn/fzf.vim
url = https://github.com/junegunn/fzf.vim.git
[submodule "vendor/github.com/tlhr/anderson.vim"]
path = vendor/github.com/tlhr/anderson.vim
url = https://github.com/tlhr/anderson.vim
[submodule "vendor/github.com/Raimondi/delimitMate"]
path = vendor/github.com/Raimondi/delimitMate
url = https://github.com/Raimondi/delimitMate.git
[submodule "vendor/github.com/carlhuda/janus"]
path = vendor/github.com/carlhuda/janus
url = https://github.com/carlhuda/janus.git
ignore = dirty
[submodule "vendor/github.com/ekalinin/Dockerfile.vim"]
path = vendor/github.com/ekalinin/Dockerfile.vim
url = https://github.com/ekalinin/Dockerfile.vim.git
[submodule "vendor/github.com/fatih/vim-go"]
path = vendor/github.com/fatih/vim-go
url = https://github.com/fatih/vim-go.git
[submodule "vendor/github.com/w0ng/vim-hybrid"]
path = vendor/github.com/w0ng/vim-hybrid
url = https://github.com/w0ng/vim-hybrid.git
[submodule "vendor/github.com/kana/vim-textobj-user"]
path = vendor/github.com/kana/vim-textobj-user
url = https://github.com/kana/vim-textobj-user.git
ignore = dirty
[submodule "vendor/github.com/kana/vim-textobj-line"]
path = vendor/github.com/kana/vim-textobj-line
url = https://github.com/kana/vim-textobj-line
[submodule "vendor/github.com/qpkorr/vim-bufkill"]
path = vendor/github.com/qpkorr/vim-bufkill
url = https://github.com/xwmx/vim-bufkill.git
[submodule "vendor/github.com/vim-ctrlspace/vim-ctrlspace"]
path = vendor/github.com/vim-ctrlspace/vim-ctrlspace
url = https://github.com/vim-ctrlspace/vim-ctrlspace.git
[submodule "vendor/github.com/vim-scripts/eclm_wombat.vim"]
path = vendor/github.com/vim-scripts/eclm_wombat.vim
url = https://github.com/vim-scripts/eclm_wombat.vim.git
[submodule "vendor/github.com/ryanoasis/vim-devicons"]
path = vendor/github.com/ryanoasis/vim-devicons
url = https://github.com/ryanoasis/vim-devicons.git
[submodule "vendor/github.com/fxn/vim-monochrome"]
path = vendor/github.com/fxn/vim-monochrome
url = https://github.com/fxn/vim-monochrome.git
[submodule "vendor/github.com/alphabetum/dracula-theme-vim"]
path = vendor/github.com/alphabetum/dracula-theme-vim
url = https://github.com/alphabetum/dracula-theme-vim.git
branch = alternative-colors
[submodule "vendor/github.com/alphabetum/seti.vim"]
path = vendor/github.com/alphabetum/seti.vim
url = https://github.com/alphabetum/seti.vim.git
[submodule "vendor/github.com/alphabetum/vim-vwilight"]
path = vendor/github.com/alphabetum/vim-vwilight
url = https://github.com/alphabetum/vim-vwilight.git
[submodule "vendor/github.com/sbdchd/neoformat"]
path = vendor/github.com/sbdchd/neoformat
url = https://github.com/sbdchd/neoformat.git
[submodule "vendor/github.com/prettier/vim-prettier"]
path = vendor/github.com/prettier/vim-prettier
url = https://github.com/prettier/vim-prettier.git
ignore = dirty
[submodule "vendor/github.com/elzr/vim-json"]
path = vendor/github.com/elzr/vim-json
url = https://github.com/elzr/vim-json.git
[submodule "vendor/github.com/ervandew/supertab"]
path = vendor/github.com/ervandew/supertab
url = https://github.com/ervandew/supertab.git
[submodule "vendor/github.com/junegunn/goyo.vim"]
path = vendor/github.com/junegunn/goyo.vim
url = https://github.com/junegunn/goyo.vim.git
[submodule "vendor/github.com/Xuyuanp/nerdtree-git-plugin"]
path = vendor/github.com/Xuyuanp/nerdtree-git-plugin
url = https://github.com/Xuyuanp/nerdtree-git-plugin.git
[submodule "vendor/github.com/connorholyday/vim-snazzy"]
path = vendor/github.com/connorholyday/vim-snazzy
url = https://github.com/connorholyday/vim-snazzy.git
[submodule "vendor/github.com/jceb/vim-orgmode"]
path = vendor/github.com/jceb/vim-orgmode
url = https://github.com/jceb/vim-orgmode.git
[submodule "vendor/github.com/tpope/vim-speeddating"]
path = vendor/github.com/tpope/vim-speeddating
url = https://github.com/tpope/vim-speeddating.git
[submodule "vendor/github.com/ashisha/image.vim"]
path = vendor/github.com/ashisha/image.vim
url = https://github.com/ashisha/image.vim.git
[submodule "vendor/github.com/mattn/emmet-vim"]
path = vendor/github.com/mattn/emmet-vim
url = https://github.com/mattn/emmet-vim.git
[submodule "vendor/github.com/skywind3000/asyncrun.vim"]
path = vendor/github.com/skywind3000/asyncrun.vim
url = https://github.com/skywind3000/asyncrun.vim.git
[submodule "vendor/github.com/Shougo/denite.nvim"]
path = vendor/github.com/Shougo/denite.nvim
url = https://github.com/Shougo/denite.nvim.git
[submodule "vendor/github.com/mhinz/vim-startify"]
path = vendor/github.com/mhinz/vim-startify
url = https://github.com/mhinz/vim-startify.git
[submodule "vendor/github.com/dyng/ctrlsf.vim"]
path = vendor/github.com/dyng/ctrlsf.vim
url = https://github.com/dyng/ctrlsf.vim.git
[submodule "vendor/github.com/ycm-core/YouCompleteMe"]
path = vendor/github.com/ycm-core/YouCompleteMe
url = https://github.com/ycm-core/YouCompleteMe.git
ignore = dirty
[submodule "vendor/github.com/psf/black"]
path = vendor/github.com/psf/black
url = https://github.com/psf/black.git
[submodule "vendor/github.com/aliou/bats.vim"]
path = vendor/github.com/aliou/bats.vim
url = https://github.com/aliou/bats.vim
[submodule "vendor/github.com/Shougo/deoplete.nvim"]
path = vendor/github.com/Shougo/deoplete.nvim
url = https://github.com/Shougo/deoplete.nvim.git
[submodule "vendor/github.com/ap/vim-css-color"]
path = vendor/github.com/ap/vim-css-color
url = https://github.com/ap/vim-css-color.git
[submodule "vendor/github.com/tpope/vim-endwise"]
path = vendor/github.com/tpope/vim-endwise
url = https://github.com/tpope/vim-endwise.git
[submodule "vendor/github.com/chrisbra/csv.vim"]
path = vendor/github.com/chrisbra/csv.vim
url = https://github.com/chrisbra/csv.vim.git
[submodule "vendor/github.com/tpope/vim-surround"]
path = vendor/github.com/tpope/vim-surround
url = https://github.com/tpope/vim-surround.git
[submodule "vendor/github.com/bronson/vim-trailing-whitespace"]
path = vendor/github.com/bronson/vim-trailing-whitespace
url = https://github.com/bronson/vim-trailing-whitespace.git
[submodule "vendor/github.com/tpope/vim-rails"]
path = vendor/github.com/tpope/vim-rails
url = https://github.com/tpope/vim-rails.git
[submodule "vendor/github.com/tpope/vim-fugitive"]
path = vendor/github.com/tpope/vim-fugitive
url = https://github.com/tpope/vim-fugitive.git
[submodule "vendor/github.com/bronson/vim-visual-star-search"]
path = vendor/github.com/bronson/vim-visual-star-search
url = https://github.com/bronson/vim-visual-star-search.git
[submodule "vendor/github.com/rgarver/Kwbd.vim"]
path = vendor/github.com/rgarver/Kwbd.vim
url = https://github.com/rgarver/Kwbd.vim.git
[submodule "vendor/github.com/sjl/gundo.vim"]
path = vendor/github.com/sjl/gundo.vim
url = https://github.com/sjl/gundo.vim.git
[submodule "vendor/github.com/jeetsukumaran/vim-buffergator"]
path = vendor/github.com/jeetsukumaran/vim-buffergator
url = https://github.com/jeetsukumaran/vim-buffergator.git
[submodule "vendor/github.com/mg979/vim-visual-multi"]
path = vendor/github.com/mg979/vim-visual-multi
url = https://github.com/mg979/vim-visual-multi.git
[submodule "vendor/github.com/vim-ruby/vim-ruby"]
path = vendor/github.com/vim-ruby/vim-ruby
url = https://github.com/vim-ruby/vim-ruby.git
[submodule "vendor/github.com/pangloss/vim-javascript"]
path = vendor/github.com/pangloss/vim-javascript
url = https://github.com/pangloss/vim-javascript.git
[submodule "vendor/github.com/MaxMEllon/vim-jsx-pretty"]
path = vendor/github.com/MaxMEllon/vim-jsx-pretty
url = https://github.com/MaxMEllon/vim-jsx-pretty.git
[submodule "vendor/github.com/othree/html5.vim"]
path = vendor/github.com/othree/html5.vim
url = https://github.com/othree/html5.vim.git
[submodule "vendor/github.com/cakebaker/scss-syntax.vim"]
path = vendor/github.com/cakebaker/scss-syntax.vim
url = https://github.com/cakebaker/scss-syntax.vim.git
[submodule "vendor/github.com/plasticboy/vim-markdown"]
path = vendor/github.com/plasticboy/vim-markdown
url = https://github.com/plasticboy/vim-markdown.git
[submodule "vendor/github.com/joshdick/onedark.vim"]
path = vendor/github.com/joshdick/onedark.vim
url = https://github.com/joshdick/onedark.vim.git
[submodule "vendor/github.com/rakr/vim-one"]
path = vendor/github.com/rakr/vim-one
url = https://github.com/rakr/vim-one.git
[submodule "vendor/github.com/vim-airline/vim-airline-themes"]
path = vendor/github.com/vim-airline/vim-airline-themes
url = https://github.com/vim-airline/vim-airline-themes.git
[submodule "vendor/github.com/kchmck/vim-coffee-script"]
path = vendor/github.com/kchmck/vim-coffee-script
url = https://github.com/kchmck/vim-coffee-script.git
[submodule "vendor/github.com/khaveesh/vim-fish-syntax"]
path = vendor/github.com/khaveesh/vim-fish-syntax
url = https://github.com/khaveesh/vim-fish-syntax.git
[submodule "vendor/github.com/cespare/vim-toml"]
path = vendor/github.com/cespare/vim-toml
url = https://github.com/cespare/vim-toml.git
[submodule "vendor/github.com/rust-lang/rust.vim"]
path = vendor/github.com/rust-lang/rust.vim
url = https://github.com/rust-lang/rust.vim.git
[submodule "vendor/github.com/RRethy/vim-hexokinase"]
path = vendor/github.com/RRethy/vim-hexokinase
url = https://github.com/RRethy/vim-hexokinase.git
[submodule "vendor/github.com/digitaltoad/vim-pug"]
path = vendor/github.com/digitaltoad/vim-pug
url = https://github.com/digitaltoad/vim-pug.git
[submodule "vendor/github.com/iloginow/vim-stylus"]
path = vendor/github.com/iloginow/vim-stylus
url = https://github.com/iloginow/vim-stylus.git
[submodule "vendor/github.com/neoclide/jsonc.vim"]
path = vendor/github.com/neoclide/jsonc.vim
url = https://github.com/neoclide/jsonc.vim.git
[submodule "vendor/github.com/jparise/vim-graphql"]
path = vendor/github.com/jparise/vim-graphql
url = https://github.com/jparise/vim-graphql.git
[submodule "vendor/github.com/peitalin/vim-jsx-typescript"]
path = vendor/github.com/peitalin/vim-jsx-typescript
url = https://github.com/peitalin/vim-jsx-typescript.git
[submodule "vendor/github.com/styled-components/vim-styled-components"]
path = vendor/github.com/styled-components/vim-styled-components
url = https://github.com/styled-components/vim-styled-components.git
[submodule "vendor/github.com/HerringtonDarkholme/yats.vim"]
path = vendor/github.com/HerringtonDarkholme/yats.vim
url = https://github.com/HerringtonDarkholme/yats.vim.git
[submodule "vendor/github.com/github/copilot.vim"]
path = vendor/github.com/github/copilot.vim
url = https://github.com/github/copilot.vim.git
[submodule "vendor/github.com/evanleck/vim-svelte"]
path = vendor/github.com/evanleck/vim-svelte
url = https://github.com/evanleck/vim-svelte.git
[submodule "vendor/github.com/neoclide/coc.nvim"]
path = vendor/github.com/neoclide/coc.nvim
url = https://github.com/neoclide/coc.nvim.git
ignore = dirty
[submodule "vendor/github.com/tpope/vim-haml"]
path = vendor/github.com/tpope/vim-haml
url = https://github.com/tpope/vim-haml.git
[submodule "vendor/github.com/catppuccin/nvim"]
path = vendor/github.com/catppuccin/nvim
url = https://github.com/catppuccin/nvim.git
[submodule "vendor/github.com/liuchengxu/vista.vim"]
path = vendor/github.com/liuchengxu/vista.vim
url = https://github.com/liuchengxu/vista.vim.git