forked from peikk0/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
217 lines (217 loc) · 7.77 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
[submodule ".vim/bundle/vim-rails"]
path = .vim/pack/vendor/start/rails
url = https://github.com/tpope/vim-rails.git
branch = master
[submodule ".vim/bundle/vim-bundler"]
path = .vim/pack/vendor/start/bundler
url = https://github.com/tpope/vim-bundler.git
branch = master
[submodule ".vim/bundle/vim-haml"]
path = .vim/pack/vendor/start/haml
url = https://github.com/tpope/vim-haml.git
branch = master
[submodule ".vim/bundle/vim-surround"]
path = .vim/pack/vendor/start/surround
url = https://github.com/tpope/vim-surround.git
branch = master
[submodule ".vim/bundle/vim-markdown"]
path = .vim/pack/vendor/start/markdown
url = https://github.com/tpope/vim-markdown.git
branch = master
[submodule ".vim/bundle/vim-fugitive"]
path = .vim/pack/vendor/start/fugitive
url = https://github.com/tpope/vim-fugitive.git
branch = master
[submodule ".vim/bundle/vim-syntastic"]
path = .vim/pack/vendor/start/syntastic
url = https://github.com/scrooloose/syntastic.git
branch = master
[submodule ".vim/bundle/vim-unimpaired"]
path = .vim/pack/vendor/start/unimpaired
url = https://github.com/tpope/vim-unimpaired.git
branch = master
[submodule ".vim/bundle/vim-nerdtree"]
path = .vim/pack/vendor/start/nerdtree
url = https://github.com/scrooloose/nerdtree.git
branch = master
[submodule ".vim/bundle/vim-varnish"]
path = .vim/pack/vendor/start/varnish
url = https://github.com/empanda/vim-varnish.git
branch = master
[submodule ".vim/bundle/vim-gist"]
path = .vim/pack/vendor/start/gist
url = https://github.com/mattn/gist-vim.git
branch = master
[submodule ".vim/bundle/vim-webapi"]
path = .vim/pack/vendor/start/webapi
url = https://github.com/mattn/webapi-vim.git
branch = master
[submodule ".vim/bundle/vim-rvm"]
path = .vim/pack/vendor/start/rvm
url = https://github.com/tpope/vim-rvm.git
branch = master
[submodule ".vim/bundle/vim-nodejs"]
path = .vim/pack/vendor/start/nodejs
url = https://github.com/mmalecki/vim-node.js.git
branch = master
[submodule ".vim/bundle/vim-git"]
path = .vim/pack/vendor/start/git
url = https://github.com/tpope/vim-git.git
branch = master
[submodule ".vim/bundle/vim-html5"]
path = .vim/pack/vendor/start/html5
url = https://github.com/othree/html5.vim.git
branch = master
[submodule ".vim/bundle/vim-css3"]
path = .vim/pack/vendor/start/css3
url = https://github.com/hail2u/vim-css3-syntax.git
branch = master
[submodule ".vim/bundle/vim-ruby"]
path = .vim/pack/vendor/start/ruby
url = https://github.com/vim-ruby/vim-ruby.git
branch = master
[submodule ".vim/bundle/vim-endwise"]
path = .vim/pack/vendor/start/endwise
url = https://github.com/tpope/vim-endwise.git
branch = master
[submodule ".vim/bundle/vim-i3-syntax"]
path = .vim/pack/vendor/start/i3-syntax
url = https://github.com/PotatoesMaster/i3-vim-syntax.git
branch = master
[submodule ".vim/bundle/vim-liquid"]
path = .vim/pack/vendor/start/liquid
url = https://github.com/tpope/vim-liquid.git
branch = master
[submodule ".vim/bundle/vim-base16"]
path = .vim/pack/vendor/opt/base16
url = https://github.com/chriskempson/base16-vim
branch = master
[submodule ".config/base16-shell"]
path = .config/base16-shell
url = https://github.com/chriskempson/base16-shell.git
branch = master
[submodule ".config/base16-xresources"]
path = .config/base16-xresources
url = https://github.com/chriskempson/base16-xresources.git
branch = master
[submodule ".vim/bundle/vim-dockerfile"]
path = .vim/pack/vendor/start/dockerfile
url = https://github.com/ekalinin/Dockerfile.vim.git
branch = master
[submodule ".vim/bundle/vim-tabular"]
path = .vim/pack/vendor/start/tabular
url = https://github.com/godlygeek/tabular.git
branch = master
[submodule ".vim/bundle/vim-puppet"]
path = .vim/pack/vendor/start/puppet
url = https://github.com/rodjek/vim-puppet.git
branch = master
[submodule ".vim/bundle/vim-json"]
path = .vim/pack/vendor/start/json
url = https://github.com/elzr/vim-json.git
branch = master
[submodule ".vim/bundle/vim-php"]
path = .vim/pack/vendor/start/php
url = https://github.com/StanAngeloff/php.vim.git
branch = master
[submodule ".vim/bundle/vim-commentary"]
path = .vim/pack/vendor/start/commentary
url = https://github.com/tpope/vim-commentary.git
branch = master
[submodule ".vim/bundle/vim-pathogen"]
path = .vim/pack/vendor/opt/pathogen
url = https://github.com/tpope/vim-pathogen.git
branch = master
[submodule ".vim/bundle/vim-python-mode"]
path = .vim/pack/vendor/start/python-mode
url = https://github.com/klen/python-mode.git
branch = develop
[submodule ".vim/bundle/vim-javascript"]
path = .vim/pack/vendor/start/javascript
url = https://github.com/pangloss/vim-javascript.git
branch = master
[submodule ".vim/bundle/vim-emmet"]
path = .vim/pack/vendor/start/emmet
url = https://github.com/mattn/emmet-vim.git
branch = master
[submodule ".vim/bundle/vim-easy-align"]
path = .vim/pack/vendor/start/easy-align
url = https://github.com/junegunn/vim-easy-align.git
branch = master
[submodule ".vim/bundle/vim-tmux"]
path = .vim/pack/vendor/start/tmux
url = https://github.com/tmux-plugins/vim-tmux.git
branch = master
[submodule ".vim/bundle/vim-systemd-syntax"]
path = .vim/pack/vendor/start/systemd-syntax
url = https://github.com/Matt-Deacalion/vim-systemd-syntax.git
branch = master
[submodule ".vim/bundle/vim-csv"]
path = .vim/pack/vendor/start/csv
url = https://github.com/chrisbra/csv.vim.git
branch = master
[submodule ".vim/bundle/vim-angular"]
path = .vim/pack/vendor/start/angular
url = https://github.com/burnettk/vim-angular.git
branch = master
[submodule ".vim/bundle/vim-javascript-libraries-syntax"]
path = .vim/pack/vendor/start/javascript-libraries-syntax
url = https://github.com/othree/javascript-libraries-syntax.vim.git
branch = master
[submodule ".zsh/zsh-syntax-highlighting"]
path = .zsh/zsh-syntax-highlighting
url = https://github.com/zsh-users/zsh-syntax-highlighting.git
branch = master
[submodule ".vim/bundle/vim-mustache-handlebars"]
path = .vim/pack/vendor/start/mustache-handlebars
url = https://github.com/mustache/vim-mustache-handlebars.git
branch = master
[submodule ".vim/bundle/vim-mail"]
path = .vim/pack/vendor/start/mail
url = https://github.com/dbeniamine/vim-mail.git
branch = master
[submodule ".vim/bundle/vim-ansible"]
path = .vim/pack/vendor/start/ansible
url = https://github.com/pearofducks/ansible-vim.git
branch = master
[submodule ".vim/bundle/vim-mediawiki"]
path = .vim/pack/vendor/start/mediawiki
url = https://github.com/chikamichi/mediawiki.vim.git
branch = master
[submodule ".vim/bundle/vim-terraform"]
path = .vim/pack/vendor/start/terraform
url = https://github.com/hashivim/vim-terraform.git
branch = master
[submodule ".vim/bundle/vim-rainbow"]
path = .vim/pack/vendor/start/rainbow
url = https://github.com/luochen1990/rainbow.git
branch = master
[submodule ".vim/bundle/vim-gnupg"]
path = .vim/pack/vendor/start/gnupg
url = https://github.com/jamessan/vim-gnupg.git
branch = master
[submodule ".vim/bundle/vim-airline"]
path = .vim/pack/vendor/start/airline
url = https://github.com/vim-airline/vim-airline.git
branch = master
[submodule ".vim/bundle/vim-airline-themes"]
path = .vim/pack/vendor/start/airline-themes
url = https://github.com/vim-airline/vim-airline-themes.git
branch = master
[submodule ".vim/bundle/vim-go"]
path = .vim/pack/vendor/start/go
url = https://github.com/fatih/vim-go.git
branch = master
[submodule ".zsh/powerlevel9k"]
path = .zsh/powerlevel9k
url = https://github.com/bhilburn/powerlevel9k.git
branch = master
[submodule ".vim/bundle/vim-gitgutter"]
path = .vim/pack/vendor/start/gitgutter
url = https://github.com/airblade/vim-gitgutter.git
[submodule ".vim/bundle/vim-emoji"]
path = .vim/pack/vendor/start/emoji
url = https://github.com/junegunn/vim-emoji.git
[submodule ".vim/pack/vendor/start/jinja2"]
path = .vim/pack/vendor/start/jinja2
url = https://github.com/Glench/Vim-Jinja2-Syntax.git