-
Notifications
You must be signed in to change notification settings - Fork 4
/
.gitmodules
96 lines (96 loc) · 3.33 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
[submodule "bundle/vim-pathogen"]
path = bundle/vim-pathogen
url = https://github.com/tpope/vim-pathogen.git
[submodule "bundle/local-vimrc"]
path = bundle/local-vimrc
url = https://github.com/MarcWeber/vim-addon-local-vimrc.git
[submodule "bundle/vim-jade"]
path = bundle/vim-jade
url = https://github.com/digitaltoad/vim-jade.git
[submodule "bundle/vim-javascript"]
path = bundle/vim-javascript
url = https://github.com/kamikat/vim-javascript
[submodule "bundle/vim-less"]
path = bundle/vim-less
url = https://github.com/groenewege/vim-less.git
[submodule "bundle/vim-css3-syntax"]
path = bundle/vim-css3-syntax
url = https://github.com/hail2u/vim-css3-syntax.git
[submodule "bundle/cocoa.vim"]
path = bundle/cocoa.vim
url = https://github.com/fomichev/cocoa.vim.git
[submodule "bundle/herald.vim"]
path = bundle/herald.vim
url = https://github.com/taxilian/herald.vim.git
[submodule "bundle/pegjs-vim"]
path = bundle/pegjs-vim
url = https://github.com/alunny/pegjs-vim.git
[submodule "bundle/vim-visual-increment"]
path = bundle/vim-visual-increment
url = https://github.com/triglav/vim-visual-increment.git
[submodule "bundle/html5"]
path = bundle/html5
url = https://github.com/othree/html5.vim
[submodule "bundle/auto-pairs"]
path = bundle/auto-pairs
url = https://github.com/jiangmiao/auto-pairs
[submodule "bundle/vim-gitgutter"]
path = bundle/vim-gitgutter
url = https://github.com/airblade/vim-gitgutter
[submodule "bundle/tabular"]
path = bundle/tabular
url = https://github.com/godlygeek/tabular
[submodule "bundle/sparkup"]
path = bundle/sparkup
url = https://github.com/rstacruz/sparkup
[submodule "bundle/molokai"]
path = bundle/molokai
url = https://github.com/tomasr/molokai
[submodule "bundle/vim-colors-solarized"]
path = bundle/vim-colors-solarized
url = https://github.com/altercation/vim-colors-solarized
[submodule "bundle/heraldish"]
path = bundle/heraldish
url = https://github.com/petobens/heraldish
[submodule "bundle/supertab"]
path = bundle/supertab
url = https://github.com/ervandew/supertab
[submodule "bundle/dockerfile"]
path = bundle/dockerfile
url = https://github.com/ekalinin/Dockerfile.vim
[submodule "bundle/vim-rdf"]
path = bundle/vim-rdf
url = https://github.com/niklasl/vim-rdf.git
[submodule "bundle/pgsql.vim"]
path = bundle/pgsql.vim
url = https://github.com/exu/pgsql.vim
[submodule "bundle/vim-sparql"]
path = bundle/vim-sparql
url = https://github.com/Omer/vim-sparql
[submodule "bundle/cmake.vim"]
path = bundle/cmake.vim
url = https://github.com/jalcine/cmake.vim
[submodule "bundle/groovyindent"]
path = bundle/groovyindent
url = https://github.com/vim-scripts/groovyindent-unix
[submodule "bundle/vim-markdown"]
path = bundle/vim-markdown
url = https://github.com/kamikat/vim-markdown
[submodule "bundle/vim-glsl"]
path = bundle/vim-glsl
url = https://github.com/tikhomirov/vim-glsl
[submodule "bundle/vim-vue"]
path = bundle/vim-vue
url = https://github.com/posva/vim-vue
[submodule "bundle/vim-jsx-pretty"]
path = bundle/vim-jsx-pretty
url = https://github.com/MaxMEllon/vim-jsx-pretty
[submodule "bundle/vim-smali"]
path = bundle/vim-smali
url = https://github.com/mzlogin/vim-smali
[submodule "bundle/typescript-vim"]
path = bundle/typescript-vim
url = https://github.com/leafgarland/typescript-vim.git
[submodule "bundle/ale"]
path = bundle/ale
url = https://github.com/dense-analysis/ale