-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
174 lines (174 loc) · 6.45 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
[submodule "vim/bundle/vim-rails"]
path = vim/bundle/vim-rails
url = git://github.com/tpope/vim-rails.git
[submodule "vim/bundle/vim-cucumber"]
path = vim/bundle/vim-cucumber
url = git://github.com/tpope/vim-cucumber.git
[submodule "vim/bundle/vim-haml"]
path = vim/bundle/vim-haml
url = git://github.com/tpope/vim-haml.git
[submodule "vim/bundle/vim-surround"]
path = vim/bundle/vim-surround
url = git://github.com/tpope/vim-surround.git
[submodule "vim/bundle/nerdtree"]
path = vim/bundle/nerdtree
url = git://github.com/scrooloose/nerdtree.git
[submodule "vim/bundle/nerdcommenter"]
path = vim/bundle/nerdcommenter
url = git://github.com/scrooloose/nerdcommenter.git
[submodule "vim/bundle/vim-ragtag"]
path = vim/bundle/vim-ragtag
url = git://github.com/tpope/vim-ragtag.git
ignore = dirty
[submodule "vim/bundle/vim-fugitive"]
path = vim/bundle/vim-fugitive
url = git://github.com/tpope/vim-fugitive.git
[submodule "vim/bundle/vim-markdown"]
path = vim/bundle/vim-markdown
url = git://github.com/tpope/vim-markdown.git
[submodule "vim/bundle/vim-vividchalk"]
path = vim/bundle/vim-vividchalk
url = git://github.com/tpope/vim-vividchalk.git
[submodule "vim/bundle/vim-git"]
path = vim/bundle/vim-git
url = git://github.com/tpope/vim-git.git
ignore = dirty
[submodule "vim/bundle/vim-endwise"]
path = vim/bundle/vim-endwise
url = git://github.com/tpope/vim-endwise.git
[submodule "vim/bundle/syntastic"]
path = vim/bundle/syntastic
url = git://github.com/scrooloose/syntastic.git
[submodule "vim/bundle/textile"]
path = vim/bundle/textile
url = git://github.com/timcharper/textile.vim.git
ignore = dirty
[submodule "vim/bundle/vim-ruby"]
path = vim/bundle/vim-ruby
url = git://github.com/vim-ruby/vim-ruby.git
[submodule "vim/bundle/vim-unimpaired"]
path = vim/bundle/vim-unimpaired
url = git://github.com/tpope/vim-unimpaired.git
[submodule "vim/bundle/scss-syntax"]
path = vim/bundle/scss-syntax
url = http://github.com/cakebaker/scss-syntax.vim.git
[submodule "vim/bundle/ack"]
path = vim/bundle/ack
url = git://github.com/mileszs/ack.vim.git
[submodule "vim/bundle/vim-coffee-script"]
path = vim/bundle/vim-coffee-script
url = git://github.com/kchmck/vim-coffee-script.git
[submodule "vim/bundle/supertab"]
path = vim/bundle/supertab
url = git://github.com/ervandew/supertab.git
[submodule "vim/bundle/vim-ruby-sinatra"]
path = vim/bundle/vim-ruby-sinatra
url = git://github.com/hallison/vim-ruby-sinatra.git
ignore = dirty
[submodule "vim/bundle/securemodelines"]
path = vim/bundle/securemodelines
url = git://github.com/ciaranm/securemodelines.git
[submodule "vim/bundle/vim-textobj-user"]
path = vim/bundle/vim-textobj-user
url = git://github.com/kana/vim-textobj-user.git
ignore = dirty
[submodule "vim/bundle/vim-textobj-rubyblock"]
path = vim/bundle/vim-textobj-rubyblock
url = git://github.com/nelstrom/vim-textobj-rubyblock.git
[submodule "vim/bundle/vim-preview"]
path = vim/bundle/vim-preview
url = git://github.com/greyblake/vim-preview.git
[submodule "vim/bundle/vim-abolish"]
path = vim/bundle/vim-abolish
url = git://github.com/tpope/vim-abolish.git
[submodule "vim/bundle/liftweb-vim"]
path = vim/bundle/liftweb-vim
url = git://github.com/Shadowfiend/liftweb-vim.git
ignore = dirty
[submodule "vim/bundle/scala-vim-bundle"]
path = vim/bundle/scala-vim-bundle
url = git://github.com/akhil/scala-vim-bundle.git
[submodule "vim/bundle/grails-vim"]
path = vim/bundle/grails-vim
url = git://github.com/felipero/grails-vim.git
[submodule "vim/bundle/VimClojure"]
path = vim/bundle/VimClojure
url = git://github.com/vim-scripts/VimClojure.git
ignore = dirty
[submodule "vim/bundle/zencoding-vim"]
path = vim/bundle/zencoding-vim
url = git://github.com/mattn/zencoding-vim.git
[submodule "vim/bundle/tabular"]
path = vim/bundle/tabular
url = https://github.com/godlygeek/tabular.git
[submodule "vim/bundle/vim-javascript"]
path = vim/bundle/vim-javascript
url = https://github.com/pangloss/vim-javascript.git
[submodule "vim/bundle/snipmate"]
path = vim/bundle/snipmate
url = https://github.com/akitaonrails/snipmate.vim.git
ignore = dirty
[submodule "vim/bundle/vim-addon-mw-utils"]
path = vim/bundle/vim-addon-mw-utils
url = https://github.com/MarcWeber/vim-addon-mw-utils.git
[submodule "vim/bundle/tlib_vim"]
path = vim/bundle/tlib_vim
url = https://github.com/tomtom/tlib_vim.git
[submodule "vim/bundle/vimproc"]
path = vim/bundle/vimproc
url = https://github.com/Shougo/vimproc.git
[submodule "vim/bundle/vimshell"]
path = vim/bundle/vimshell
url = https://github.com/Shougo/vimshell.git
[submodule "vim/bundle/netrw"]
path = vim/bundle/netrw
url = https://github.com/vim-scripts/netrw.vim.git
ignore = dirty
[submodule "vim/bundle/vim-bundler"]
path = vim/bundle/vim-bundler
url = https://github.com/tpope/vim-bundler.git
[submodule "vim/bundle/tcomment_vim"]
path = vim/bundle/tcomment_vim
url = https://github.com/tomtom/tcomment_vim
[submodule "vim/bundle/vim-rspec"]
path = vim/bundle/vim-rspec
url = https://github.com/skwp/vim-rspec.git
[submodule "vim/bundle/vim-blockle"]
path = vim/bundle/vim-blockle
url = https://github.com/jgdavey/vim-blockle
[submodule "vim/bundle/vim-slim"]
path = vim/bundle/vim-slim
url = https://github.com/bbommarito/vim-slim.git
[submodule "vim/bundle/Command-T"]
path = vim/bundle/Command-T
url = https://github.com/wincent/Command-T.git
[submodule "vim/snippets"]
path = vim/snippets
url = git://github.com/akitaonrails/snipmate-snippets.git
[submodule "oh-my-zsh"]
path = oh-my-zsh
url = git://github.com/robbyrussell/oh-my-zsh.git
[submodule "vim/bundle/vim-bufexplorer"]
path = vim/bundle/vim-bufexplorer
url = https://github.com/slack/vim-bufexplorer
[submodule "vim/bundle/camelcasemotion"]
path = vim/bundle/camelcasemotion
url = https://github.com/bkad/CamelCaseMotion
[submodule "vim/bundle/vim-html5"]
path = vim/bundle/vim-html5
url = git://github.com/othree/html5.vim.git
[submodule "vim/bundle/vim-matchit"]
path = vim/bundle/vim-matchit
url = git://github.com/tsaleh/vim-matchit.git
[submodule "vim/bundle/vim-mustache"]
path = vim/bundle/vim-mustache
url = git://github.com/juvenn/mustache.vim.git
[submodule "vim/bundle/vim-notes"]
path = vim/bundle/vim-notes
url = git://github.com/xolox/vim-notes.git
[submodule "vim/bundle/vim-renumber"]
path = vim/bundle/vim-renumber
url = git://github.com/vim-scripts/renumber.vim.git
[submodule "vim/bundle/vim-yankring"]
path = vim/bundle/vim-yankring
url = git://github.com/vim-scripts/YankRing.vim.git