-
Notifications
You must be signed in to change notification settings - Fork 2
/
.gitmodules
186 lines (186 loc) · 6.19 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
[submodule "core/pathogen"]
path = core/pathogen
url = https://github.com/tpope/vim-pathogen.git
[submodule "colors/codeschool"]
path = colors/codeschool
url = https://github.com/29decibel/codeschool-vim-theme.git
[submodule "colors/github"]
path = colors/github
url = https://github.com/telamon/vim-color-github.git
[submodule "colors/jellybeans"]
path = colors/jellybeans
url = https://github.com/nanotech/jellybeans.vim.git
[submodule "colors/mayansmoke"]
path = colors/mayansmoke
url = https://github.com/vim-scripts/mayansmoke.git
[submodule "colors/molokai"]
path = colors/molokai
url = https://github.com/tomasr/molokai.git
[submodule "colors/monokai"]
path = colors/monokai
url = https://github.com/sickill/vim-monokai.git
[submodule "colors/mustang"]
path = colors/mustang
url = https://github.com/croaker/mustang-vim.git
[submodule "colors/newspaper"]
path = colors/newspaper
url = https://github.com/vim-scripts/newspaper.vim.git
[submodule "colors/pyte"]
path = colors/pyte
url = https://github.com/vim-scripts/pyte.git
[submodule "colors/railscasts"]
path = colors/railscasts
url = https://github.com/jpo/vim-railscasts-theme.git
[submodule "colors/solarized"]
path = colors/solarized
url = https://github.com/altercation/vim-colors-solarized.git
[submodule "colors/twilight"]
path = colors/twilight
url = https://github.com/matthewtodd/vim-twilight.git
[submodule "colors/vividchalk"]
path = colors/vividchalk
url = https://github.com/tpope/vim-vividchalk.git
[submodule "langs/clojure"]
path = langs/clojure
url = https://github.com/guns/vim-clojure-static.git
[submodule "langs/coffeescript"]
path = langs/coffeescript
url = https://github.com/kchmck/vim-coffee-script.git
[submodule "langs/csv"]
path = langs/csv
url = https://github.com/chrisbra/csv.vim.git
[submodule "langs/elixir"]
path = langs/elixir
url = https://github.com/elixir-lang/vim-elixir.git
[submodule "langs/erlang"]
path = langs/erlang
url = https://github.com/jimenezrick/vimerl.git
[submodule "langs/git"]
path = langs/git
url = https://github.com/tpope/vim-git.git
[submodule "langs/haml"]
path = langs/haml
url = https://github.com/tpope/vim-haml.git
[submodule "langs/handlebars"]
path = langs/handlebars
url = https://github.com/nono/vim-handlebars.git
[submodule "langs/haskell"]
path = langs/haskell
url = https://github.com/wlangstroth/vim-haskell.git
[submodule "langs/liquid"]
path = langs/liquid
url = https://github.com/tpope/vim-liquid.git
[submodule "langs/markdown"]
path = langs/markdown
url = https://github.com/tpope/vim-markdown.git
[submodule "langs/minitest"]
path = langs/minitest
url = https://github.com/sunaku/vim-ruby-minitest.git
[submodule "langs/nodejs"]
path = langs/nodejs
url = https://github.com/mmalecki/vim-node.js.git
[submodule "langs/puppet"]
path = langs/puppet
url = https://github.com/ajf/puppet-vim.git
[submodule "langs/rails"]
path = langs/rails
url = https://github.com/tpope/vim-rails.git
[submodule "langs/rspec"]
path = langs/rspec
url = https://github.com/skwp/vim-rspec.git
[submodule "langs/ruby"]
path = langs/ruby
url = https://github.com/vim-ruby/vim-ruby.git
[submodule "langs/scala"]
path = langs/scala
url = https://github.com/rosstimson/scala-vim-support.git
[submodule "langs/scss"]
path = langs/scss
url = https://github.com/cakebaker/scss-syntax.vim.git
[submodule "langs/textile"]
path = langs/textile
url = https://github.com/timcharper/textile.vim.git
[submodule "tools/abolish"]
path = tools/abolish
url = https://github.com/tpope/vim-abolish.git
[submodule "tools/ack"]
path = tools/ack
url = https://github.com/mileszs/ack.vim.git
[submodule "tools/commentary"]
path = tools/commentary
url = https://github.com/tpope/vim-commentary.git
[submodule "tools/css-color"]
path = tools/css-color
url = https://github.com/skammer/vim-css-color.git
[submodule "tools/ctrlp"]
path = tools/ctrlp
url = https://github.com/kien/ctrlp.vim.git
[submodule "tools/delimitmate"]
path = tools/delimitmate
url = https://github.com/Raimondi/delimitMate.git
[submodule "tools/dispatch"]
path = tools/dispatch
url = https://github.com/tpope/vim-dispatch.git
[submodule "tools/endwise"]
path = tools/endwise
url = https://github.com/tpope/vim-endwise.git
[submodule "tools/fugitive"]
path = tools/fugitive
url = https://github.com/tpope/vim-fugitive.git
[submodule "tools/gundo"]
path = tools/gundo
url = https://github.com/sjl/gundo.vim.git
[submodule "tools/nerdtree"]
path = tools/nerdtree
url = https://github.com/scrooloose/nerdtree.git
[submodule "tools/numbers"]
path = tools/numbers
url = https://github.com/myusuf3/numbers.vim.git
[submodule "tools/repeat"]
path = tools/repeat
url = https://github.com/tpope/vim-repeat.git
[submodule "tools/smooth-scroll"]
path = tools/smooth-scroll
url = https://github.com/terryma/vim-smooth-scroll.git
[submodule "tools/surround"]
path = tools/surround
url = https://github.com/tpope/vim-surround.git
[submodule "tools/tabular"]
path = tools/tabular
url = https://github.com/godlygeek/tabular.git
[submodule "tools/tbone"]
path = tools/tbone
url = https://github.com/tpope/vim-tbone.git
[submodule "tools/tmux-navigator"]
path = tools/tmux-navigator
url = https://github.com/christoomey/vim-tmux-navigator.git
[submodule "tools/turbux"]
path = tools/turbux
url = https://github.com/jgdavey/vim-turbux.git
[submodule "tools/unimpaired"]
path = tools/unimpaired
url = https://github.com/tpope/vim-unimpaired.git
[submodule "tools/vim-pipe"]
path = tools/vim-pipe
url = https://github.com/krisajenkins/vim-pipe.git
[submodule "tools/vimux"]
path = tools/vimux
url = https://github.com/benmills/vimux.git
[submodule "tools/visual-star-search"]
path = tools/visual-star-search
url = https://github.com/nelstrom/vim-visual-star-search.git
[submodule "tools/vroom"]
path = tools/vroom
url = https://github.com/skalnik/vim-vroom.git
[submodule "langs/golang"]
path = langs/golang
url = https://github.com/jnwhiteh/vim-golang.git
[submodule "langs/mediawiki"]
path = langs/mediawiki
url = https://github.com/chikamichi/mediawiki.vim.git
[submodule "langs/javascript"]
path = langs/javascript
url = https://github.com/jelera/vim-javascript-syntax.git
[submodule "langs/vim-pug"]
path = langs/vim-pug
url = https://github.com/digitaltoad/vim-pug.git