-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
207 lines (207 loc) · 7.9 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
[submodule "vim/bundle/syntax-markdown"]
path = vim/bundle/syntax-markdown
url = https://github.com/aschrab/vim-markdown.git
[submodule "vim/bundle/css-color"]
path = vim/bundle/css-color
url = https://github.com/ap/vim-css-color.git
[submodule "vim/bundle/pathogen"]
path = vim/bundle/pathogen
url = https://github.com/tpope/vim-pathogen.git
[submodule "vim/bundle/ultisnips"]
path = vim/bundle/ultisnips
url = https://github.com/SirVer/ultisnips.git
[submodule "upstreams/completions"]
path = upstreams/completions
url = https://github.com/zsh-users/zsh-completions.git
[submodule "vim/bundle/fugitive"]
path = vim/bundle/fugitive
url = https://github.com/tpope/vim-fugitive.git
[submodule "vim/bundle/unimpaired"]
path = vim/bundle/unimpaired
url = https://github.com/tpope/vim-unimpaired.git
[submodule "vim/bundle/repeat"]
path = vim/bundle/repeat
url = https://github.com/tpope/vim-repeat.git
[submodule "vim/bundle/speeddating"]
path = vim/bundle/speeddating
url = https://github.com/tpope/vim-speeddating.git
[submodule "vim/bundle/surround"]
path = vim/bundle/surround
url = https://github.com/tpope/vim-surround.git
[submodule "vim/bundle/tabular"]
path = vim/bundle/tabular
url = https://github.com/godlygeek/tabular.git
[submodule "vim/bundle/gundo"]
path = vim/bundle/gundo
url = https://github.com/simnalamburt/vim-mundo.git
[submodule "vim/bundle/CamelCaseMotion"]
path = vim/bundle/CamelCaseMotion
url = https://github.com/bkad/CamelCaseMotion.git
[submodule "vim/bundle/simplefold"]
path = vim/bundle/simplefold
url = https://github.com/aschrab/vim-simplefold.git
[submodule "upstreams/syntax-highlight"]
path = upstreams/syntax-highlight
url = https://github.com/zdharma/fast-syntax-highlighting.git
[submodule "vim/bundle/textobj-user"]
path = vim/bundle/textobj-user
url = https://github.com/kana/vim-textobj-user.git
[submodule "vim/bundle/textobj-ruby"]
path = vim/bundle/textobj-ruby
url = https://github.com/nelstrom/vim-textobj-rubyblock.git
[submodule "upstreams/powerline"]
path = upstreams/powerline
url = https://github.com/powerline/powerline
[submodule "vim/bundle/abolish"]
path = vim/bundle/abolish
url = https://github.com/tpope/vim-abolish.git
[submodule "vim/bundle/airline"]
path = vim/bundle/airline
url = https://github.com/bling/vim-airline.git
[submodule "vim/bundle/tagbar"]
path = vim/bundle/tagbar
url = https://github.com/majutsushi/tagbar.git
[submodule "vim/bundle/supertab"]
path = vim/bundle/supertab
url = https://github.com/ervandew/supertab.git
[submodule "vim/bundle/swapit"]
path = vim/bundle/swapit
url = https://github.com/mjbrownie/swapit
[submodule "vim/bundle/exchange"]
path = vim/bundle/exchange
url = https://github.com/tommcdo/vim-exchange.git
[submodule "vim/bundle/delimitMate"]
path = vim/bundle/delimitMate
url = https://github.com/Raimondi/delimitMate
[submodule "vim/bundle/count_jump"]
path = vim/bundle/count_jump
url = https://github.com/vim-scripts/CountJump
[submodule "vim/bundle/tmux-navigator"]
path = vim/bundle/tmux-navigator
url = https://github.com/christoomey/vim-tmux-navigator
[submodule "vim/bundle/endwise"]
path = vim/bundle/endwise
url = https://github.com/tpope/vim-endwise
[submodule "vim/bundle/genutils"]
path = vim/bundle/genutils
url = https://github.com/vim-scripts/genutils
[submodule "vim/bundle/unicode"]
path = vim/bundle/unicode
url = https://github.com/chrisbra/unicode.vim
[submodule "vim/bundle/narrow-region"]
path = vim/bundle/narrow-region
url = https://github.com/chrisbra/NrrwRgn
[submodule "upstreams/rbenv"]
path = upstreams/rbenv
url = https://github.com/sstephenson/rbenv.git
[submodule "rbenv/plugins/ruby-build"]
path = rbenv/plugins/ruby-build
url = https://github.com/sstephenson/ruby-build.git
[submodule "rbenv/plugins/rbenv-default-gems"]
path = rbenv/plugins/rbenv-default-gems
url = https://github.com/sstephenson/rbenv-default-gems.git
[submodule "vim/bundle/git-gutter"]
path = vim/bundle/git-gutter
url = git://github.com/aschrab/vim-gitgutter.git
[submodule "vim/bundle/direnv"]
path = vim/bundle/direnv
url = https://github.com/direnv/direnv.vim.git
[submodule "vim/bundle/bufexplorer"]
path = vim/bundle/bufexplorer
url = https://github.com/jlanzarotta/bufexplorer.git
[submodule "vim/bundle/windowswap"]
path = vim/bundle/windowswap
url = https://github.com/wesQ3/vim-windowswap.git
[submodule "vim/bundle/recover"]
path = vim/bundle/recover
url = https://github.com/chrisbra/Recover.vim.git
[submodule "vim/bundle/rest-console"]
path = vim/bundle/rest-console
url = https://github.com/diepm/vim-rest-console.git
[submodule "vim/bundle/airline-themes"]
path = vim/bundle/airline-themes
url = https://github.com/vim-airline/vim-airline-themes
[submodule "vim/bundle/vimproc"]
path = vim/bundle/vimproc
url = https://github.com/Shougo/vimproc.vim.git
[submodule "vim/bundle/snippets"]
path = vim/bundle/snippets
url = https://github.com/honza/vim-snippets
[submodule "vim/bundle/autoread"]
path = vim/bundle/autoread
url = https://github.com/djoshea/vim-autoread.git
[submodule "upstreams/neovim-remote"]
path = upstreams/neovim-remote
url = https://github.com/mhinz/neovim-remote.git
[submodule "vim/bundle/characterize"]
path = vim/bundle/characterize
url = https://github.com/tpope/vim-characterize.git
[submodule "vim/bundle/eunuch"]
path = vim/bundle/eunuch
url = https://github.com/tpope/vim-eunuch.git
[submodule "vim/bundle/tcomment"]
path = vim/bundle/tcomment
url = https://github.com/tomtom/tcomment_vim.git
[submodule "vim/bundle/schlepp"]
path = vim/bundle/schlepp
url = https://github.com/zirrostig/vim-schlepp.git
[submodule "vim/bundle/zz_polyglot"]
path = vim/bundle/zz_polyglot
url = https://github.com/sheerun/vim-polyglot.git
[submodule "upstreams/git-fixup"]
path = upstreams/git-fixup
url = https://github.com/aschrab/git-fixup.git
[submodule "vim/bundle/highlighted-yank"]
path = vim/bundle/highlighted-yank
url = https://github.com/machakann/vim-highlightedyank.git
[submodule "vim/bundle/sleuth"]
path = vim/bundle/sleuth
url = https://github.com/tpope/vim-sleuth.git
[submodule "vim/bundle/apathy"]
path = vim/bundle/apathy
url = https://github.com/tpope/vim-apathy.git
[submodule "upstreams/nodenv"]
path = upstreams/nodenv
url = https://github.com/nodenv/nodenv.git
[submodule "nodenv/plugins/node-build"]
path = nodenv/plugins/node-build
url = https://github.com/nodenv/node-build.git
[submodule "nodenv/plugins/nodenv-package-rehash"]
path = nodenv/plugins/nodenv-package-rehash
url = https://github.com/nodenv/nodenv-package-rehash.git
[submodule "nodenv/plugins/nodenv-aliases"]
path = nodenv/plugins/nodenv-aliases
url = https://github.com/nodenv/nodenv-aliases.git
[submodule "vim/bundle/ack"]
path = vim/bundle/ack
url = https://github.com/mileszs/ack.vim.git
[submodule "vim/bundle/nerdtree"]
path = vim/bundle/nerdtree
url = https://github.com/scrooloose/nerdtree.git
[submodule "vim/bundle/vcs-jump"]
path = vim/bundle/vcs-jump
url = https://github.com/wincent/vcs-jump.git
[submodule "vim/bundle/fzf"]
path = vim/bundle/fzf
url = https://github.com/junegunn/fzf.git
[submodule "nodenv/plugins/nodenv-package-json-engine"]
path = nodenv/plugins/nodenv-package-json-engine
url = https://github.com/nodenv/nodenv-package-json-engine.git
[submodule "upstreams/git-foresta"]
path = upstreams/git-foresta
url = https://github.com/takaaki-kasai/git-foresta.git
[submodule "vim/bundle/aliases"]
path = vim/bundle/aliases
url = https://github.com/Konfekt/vim-alias.git
[submodule "nodenv/plugins/nodenv-default-packages"]
path = nodenv/plugins/nodenv-default-packages
url = https://github.com/nodenv/nodenv-default-packages.git
[submodule "vim/bundle/obsession"]
path = vim/bundle/obsession
url = https://github.com/tpope/vim-obsession.git
[submodule "zsh.d/plugins/vim-exchange"]
path = zsh.d/plugins/vim-exchange
url = https://github.com/okapia/zsh-viexchange.git
[submodule "vim/bundle/textobj-comment"]
path = vim/bundle/textobj-comment
url = https://github.com/glts/vim-textobj-comment.git