forked from scrooloose/vimfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
224 lines (224 loc) · 7.41 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
[submodule "snippets"]
path = snippets
url = git://github.com/asux/snipmate-snippets.git
ignore = dirty
[submodule "bundle/rails"]
path = bundle/rails
url = git://github.com/tpope/vim-rails.git
ignore = dirty
[submodule "bundle/cucumber"]
path = bundle/cucumber
url = git://github.com/tpope/vim-cucumber.git
ignore = dirty
[submodule "bundle/haml"]
path = bundle/haml
url = git://github.com/tpope/vim-haml.git
ignore = dirty
[submodule "bundle/surround"]
path = bundle/surround
url = git://github.com/tpope/vim-surround.git
ignore = dirty
[submodule "bundle/NERD_tree"]
path = bundle/NERD_tree
url = git://github.com/scrooloose/nerdtree.git
ignore = dirty
[submodule "bundle/NERD_commenter"]
path = bundle/NERD_commenter
url = git://github.com/scrooloose/nerdcommenter.git
ignore = dirty
[submodule "bundle/ragtag"]
path = bundle/ragtag
url = git://github.com/tpope/vim-ragtag.git
ignore = dirty
[submodule "bundle/fugitive"]
path = bundle/fugitive
url = git://github.com/tpope/vim-fugitive.git
ignore = dirty
[submodule "bundle/markdown"]
path = bundle/markdown
url = git://github.com/tpope/vim-markdown.git
ignore = dirty
[submodule "bundle/vividchalk"]
path = bundle/vividchalk
url = git://github.com/tpope/vim-vividchalk.git
ignore = dirty
[submodule "bundle/git"]
path = bundle/git
url = git://github.com/tpope/vim-git.git
ignore = dirty
[submodule "bundle/endwise"]
path = bundle/endwise
url = git://github.com/tpope/vim-endwise.git
ignore = dirty
[submodule "bundle/snipmate"]
path = bundle/snipmate
url = git://github.com/akitaonrails/snipmate.vim.git
ignore = dirty
[submodule "bundle/textile"]
path = bundle/textile
url = git://github.com/timcharper/textile.vim.git
ignore = dirty
[submodule "bundle/vim-ruby"]
path = bundle/vim-ruby
url = git://github.com/vim-ruby/vim-ruby.git
ignore = dirty
[submodule "bundle/unimpaired"]
path = bundle/unimpaired
url = git://github.com/tpope/vim-unimpaired.git
ignore = dirty
[submodule "bundle/scss-syntax"]
path = bundle/scss-syntax
url = https://github.com/cakebaker/scss-syntax.vim.git
ignore = dirty
[submodule "bundle/ack"]
path = bundle/ack
url = git://github.com/mileszs/ack.vim.git
ignore = dirty
[submodule "bundle/vim-coffee-script"]
path = bundle/vim-coffee-script
url = git://github.com/kchmck/vim-coffee-script.git
ignore = dirty
[submodule "bundle/supertab"]
path = bundle/supertab
url = git://github.com/ervandew/supertab.git
ignore = dirty
[submodule "bundle/vim-ruby-sinatra"]
path = bundle/vim-ruby-sinatra
url = git://github.com/hallison/vim-ruby-sinatra.git
ignore = dirty
[submodule "bundle/securemodelines"]
path = bundle/securemodelines
url = git://github.com/ciaranm/securemodelines.git
ignore = dirty
[submodule "bundle/vim-textobj-user"]
path = bundle/vim-textobj-user
url = git://github.com/kana/vim-textobj-user.git
[submodule "bundle/vim-textobj-rubybloc"]
path = bundle/vim-textobj-rubybloc
url = git://github.com/nelstrom/vim-textobj-rubyblock.git
[submodule "bundle/vim-preview"]
path = bundle/vim-preview
url = git://github.com/greyblake/vim-preview.git
[submodule "bundle/abolish"]
path = bundle/abolish
url = git://github.com/tpope/vim-abolish.git
[submodule "bundle/scala"]
path = bundle/scala
url = git://github.com/akhil/scala-vim-bundle.git
[submodule "bundle/grails-vim"]
path = bundle/grails-vim
url = git://github.com/felipero/grails-vim.git
[submodule "bundle/clojure"]
path = bundle/clojure
url = git://github.com/vim-scripts/VimClojure.git
[submodule "bundle/vim-colors-solarized"]
path = bundle/vim-colors-solarized
url = git://github.com/altercation/vim-colors-solarized.git
[submodule "bundle/vim-jquery"]
path = bundle/vim-jquery
url = git://github.com/itspriddle/vim-jquery.git
[submodule "bundle/html5.vim"]
path = bundle/html5.vim
url = git://github.com/othree/html5.vim.git
[submodule "bundle/gundo"]
path = bundle/gundo
url = https://github.com/sjl/gundo.vim.git
[submodule "plugin/gist-vim"]
path = plugin/gist-vim
url = https://github.com/mattn/gist-vim.git
[submodule "bundle/vim-yankring"]
path = bundle/vim-yankring
url = git://github.com/chrismetcalf/vim-yankring.git
[submodule "bundle/vim-bundler"]
path = bundle/vim-bundler
url = git://github.com/tpope/vim-bundler.git
[submodule "bundle/vim-rvm"]
path = bundle/vim-rvm
url = git://github.com/tpope/vim-rvm.git
[submodule "bundle/actionscript"]
path = bundle/actionscript
url = git://github.com/endel/actionscript.vim.git
[submodule "bundle/vim-capybara"]
path = bundle/vim-capybara
url = git://github.com/asux/vim-capybara.git
[submodule "bundle/vim-autoclose"]
path = bundle/vim-autoclose
url = git://github.com/Townk/vim-autoclose.git
[submodule "bundle/vim-golang"]
path = bundle/vim-golang
url = git://github.com/jnwhiteh/vim-golang.git
[submodule "bundle/gist-vim"]
path = bundle/gist-vim
url = git://github.com/mattn/gist-vim.git
[submodule "bundle/grep-vim"]
path = bundle/grep-vim
url = git://github.com/vim-scripts/grep.vim.git
[submodule "bundle/vim-indexed-search"]
path = bundle/vim-indexed-search
url = git://github.com/henrik/vim-indexed-search.git
[submodule "bundle/ctrp"]
path = bundle/ctrp
url = git://github.com/kien/ctrlp.vim.git
[submodule "bundle/vim-easymotion"]
path = bundle/vim-easymotion
url = git://github.com/Lokaltog/vim-easymotion.git
[submodule "bundle/ZoomWin"]
path = bundle/ZoomWin
url = git://github.com/vim-scripts/ZoomWin.git
[submodule "bundle/vim-buffergator"]
path = bundle/vim-buffergator
url = git://github.com/jeetsukumaran/vim-buffergator.git
[submodule "bundle/tabular"]
path = bundle/tabular
url = https://github.com/godlygeek/tabular.git
[submodule "bundle/webapi-vim"]
path = bundle/webapi-vim
url = git://github.com/mattn/webapi-vim.git
[submodule "bundle/tslime"]
path = bundle/tslime
url = https://github.com/jgdavey/tslime.vim.git
[submodule "bundle/vim-turbux"]
path = bundle/vim-turbux
url = https://github.com/jgdavey/vim-turbux.git
[submodule "bundle/camelcasemotion"]
path = bundle/camelcasemotion
url = https://github.com/bkad/CamelCaseMotion.git
[submodule "bundle/syntastic"]
path = bundle/syntastic
url = https://github.com/scrooloose/syntastic.git
[submodule "bundle/vim-ruby-refactoring"]
path = bundle/vim-ruby-refactoring
url = https://github.com/ecomba/vim-ruby-refactoring.git
[submodule "bundle/vim-slim"]
path = bundle/vim-slim
url = git://github.com/slim-template/vim-slim.git
[submodule "bundle/vim-ruby-conque"]
path = bundle/vim-ruby-conque
url = https://github.com/skwp/vim-ruby-conque.git
[submodule "bundle/vim-conque"]
path = bundle/vim-conque
url = git://github.com/skwp/vim-conque.git
[submodule "bundle/vim-indent-guides"]
path = bundle/vim-indent-guides
url = https://github.com/nathanaelkane/vim-indent-guides.git
[submodule "bundle/vim-autotag"]
path = bundle/vim-autotag
url = git://github.com/vim-scripts/AutoTag.git
[submodule "bundle/vim-dispatch"]
path = bundle/vim-dispatch
url = git://github.com/tpope/vim-dispatch.git
[submodule "bundle/vim-ruby-runner"]
path = bundle/vim-ruby-runner
url = https://github.com/henrik/vim-ruby-runner.git
[submodule "bundle/emmet-vim"]
path = bundle/emmet-vim
url = https://github.com/mattn/emmet-vim.git
[submodule "bundle/vim-puppet"]
path = bundle/vim-puppet
url = https://github.com/rodjek/vim-puppet.git
[submodule "bundle/vim-powerline"]
path = bundle/vim-powerline
url = https://github.com/Lokaltog/vim-powerline.git
[submodule "bundle/php.vim"]
path = bundle/php.vim
url = https://github.com/StanAngeloff/php.vim.git