-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitmodules
203 lines (203 loc) · 7.14 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
[submodule "vim/bundle/CSApprox"]
path = vim/pack/plugin-bundle/start/CSApprox
url = https://github.com/vim-scripts/CSApprox.git
ignore = dirty
branch = master
[submodule "vim/bundle/nerdcommenter"]
path = vim/pack/plugin-bundle/start/nerdcommenter
url = https://github.com/scrooloose/nerdcommenter.git
ignore = dirty
branch = master
[submodule "vim/bundle/tabular"]
path = vim/pack/plugin-bundle/start/tabular
url = https://github.com/godlygeek/tabular.git
ignore = dirty
branch = master
[submodule "vim/bundle/vim-repeat"]
path = vim/pack/plugin-bundle/start/vim-repeat
url = https://github.com/tpope/vim-repeat.git
ignore = dirty
branch = master
[submodule "vim/bundle/vim-surround"]
path = vim/pack/plugin-bundle/start/vim-surround
url = https://github.com/tpope/vim-surround.git
ignore = dirty
branch = master
[submodule "vim/bundle/vim-characterize"]
path = vim/pack/plugin-bundle/start/vim-characterize
url = https://github.com/tpope/vim-characterize.git
ignore = dirty
branch = master
[submodule "vim/bundle/vim-speeddating"]
path = vim/pack/plugin-bundle/start/vim-speeddating
url = https://github.com/tpope/vim-speeddating.git
ignore = dirty
branch = master
[submodule "vim/bundle/vim-trailing-whitespace"]
path = vim/pack/plugin-bundle/start/vim-trailing-whitespace
url = https://github.com/bronson/vim-trailing-whitespace.git
ignore = dirty
branch = master
[submodule "vim/bundle/rust.vim"]
path = vim/pack/plugin-bundle/start/rust.vim
url = https://github.com/rust-lang/rust.vim.git
ignore = dirty
branch = master
[submodule "local/bin/bashmarks"]
path = local/bin/bashmarks
url = https://github.com/huyng/bashmarks.git
ignore = dirty
branch = master
[submodule "vim/bundle/vim-localrc"]
path = vim/pack/plugin-bundle/start/vim-localrc
url = https://github.com/thinca/vim-localrc.git
ignore = dirty
branch = master
[submodule "vim/bundle/vim-javascript"]
path = vim/pack/plugin-bundle/start/vim-javascript
url = https://github.com/pangloss/vim-javascript.git
ignore = dirty
branch = master
[submodule "vim/bundle/vim-airline"]
path = vim/pack/plugin-bundle/start/vim-airline
url = https://github.com/bling/vim-airline
ignore = dirty
branch = master
[submodule "vim/bundle/vim-fugitive"]
path = vim/pack/plugin-bundle/start/vim-fugitive
url = https://github.com/tpope/vim-fugitive.git
ignore = dirty
branch = master
[submodule "vim/bundle/AutoClose"]
path = vim/bundle/AutoClose
url = https://github.com/vim-scripts/AutoClose.git
ignore = dirty
branch = master
[submodule "vim/bundle/vim-toml"]
path = vim/pack/plugin-bundle/start/vim-toml
url = https://github.com/cespare/vim-toml.git
ignore = dirty
branch = master
[submodule "vim/bundle/Smooth-Scroll"]
path = vim/pack/plugin-bundle/start/Smooth-Scroll
url = https://github.com/vim-scripts/Smooth-Scroll.git
ignore = dirty
branch = master
[submodule "vim/bundle/vim-jinja"]
path = vim/pack/plugin-bundle/start/vim-jinja
url = https://github.com/avacariu/vim-jinja.git
ignore = dirty
branch = master
[submodule "vim/bundle/vim-git"]
path = vim/pack/plugin-bundle/start/vim-git
url = https://github.com/tpope/vim-git.git
ignore = dirty
branch = master
[submodule "vim/bundle/vim-markdown"]
path = vim/pack/plugin-bundle/start/vim-markdown
url = https://github.com/tpope/vim-markdown.git
ignore = dirty
branch = master
[submodule "vim/bundle/vim-unimpaired"]
path = vim/pack/plugin-bundle/start/vim-unimpaired
url = https://github.com/tpope/vim-unimpaired.git
ignore = dirty
branch = master
[submodule "vim/bundle/vim-rsi"]
path = vim/pack/plugin-bundle/start/vim-rsi
url = https://github.com/tpope/vim-rsi.git
ignore = dirty
branch = master
[submodule "vim/bundle/vim-abolish"]
path = vim/pack/plugin-bundle/start/vim-abolish
url = https://github.com/tpope/vim-abolish.git
ignore = dirty
branch = master
[submodule "vim/bundle/vim-sleuth"]
path = vim/pack/plugin-bundle/start/vim-sleuth
url = https://github.com/tpope/vim-sleuth.git
ignore = dirty
branch = master
[submodule "vim/bundle/vim-capslock"]
path = vim/pack/plugin-bundle/start/vim-capslock
url = https://github.com/tpope/vim-capslock.git
ignore = dirty
branch = master
[submodule "vim/bundle/vim-virtualenv"]
path = vim/pack/plugin-bundle/start/vim-virtualenv
url = https://github.com/jmcantrell/vim-virtualenv.git
ignore = dirty
branch = master
[submodule "vim/bundle/dockerfile.vim"]
path = vim/pack/plugin-bundle/start/dockerfile.vim
url = https://github.com/avacariu/dockerfile.vim.git
ignore = dirty
branch = master
[submodule "vim/bundle/python_match.vim"]
path = vim/pack/plugin-bundle/start/python_match.vim
url = https://github.com/vim-scripts/python_match.vim
ignore = dirty
branch = master
[submodule "vim/bundle/ctrlp.vim"]
path = vim/pack/plugin-bundle/start/ctrlp.vim
url = https://github.com/ctrlpvim/ctrlp.vim.git
ignore = dirty
branch = master
[submodule "vim/bundle/julia-vim"]
path = vim/pack/plugin-bundle/start/julia-vim
url = https://github.com/JuliaLang/julia-vim.git
ignore = dirty
branch = master
[submodule "vim/bundle/vim-scala"]
path = vim/pack/plugin-bundle/start/vim-scala
url = https://github.com/derekwyatt/vim-scala.git
ignore = dirty
branch = master
[submodule "vim/bundle/undotree"]
path = vim/pack/plugin-bundle/start/undotree
url = https://github.com/mbbill/undotree.git
branch = master
[submodule "vim/bundle/vim-pathogen"]
path = vim/pack/plugin-bundle/start/vim-pathogen
url = https://github.com/tpope/vim-pathogen.git
branch = master
[submodule "vim/bundle/vimtex"]
path = vim/pack/plugin-bundle/start/vimtex
url = https://github.com/lervag/vimtex.git
branch = master
[submodule "vim/bundle/vim-schlepp"]
path = vim/pack/plugin-bundle/start/vim-schlepp
url = https://github.com/zirrostig/vim-schlepp.git
branch = master
[submodule "vim/bundle/vim-airline-themes"]
path = vim/pack/plugin-bundle/start/vim-airline-themes
url = https://github.com/vim-airline/vim-airline-themes.git
branch = master
[submodule "vim/bundle/Wombat"]
path = vim/pack/plugin-bundle/start/Wombat
url = https://github.com/vim-scripts/Wombat.git
branch = master
[submodule "vim/bundle/vim-tmux-navigator"]
path = vim/pack/plugin-bundle/start/vim-tmux-navigator
url = https://github.com/christoomey/vim-tmux-navigator.git
branch = master
[submodule "vim/pack/plugin-bundle/start/vim-ledger"]
path = vim/pack/plugin-bundle/start/vim-ledger
url = https://github.com/ledger/vim-ledger.git
branch = master
[submodule "vim/pack/plugin-bundle/start/vim-vinegar"]
path = vim/pack/plugin-bundle/start/vim-vinegar
url = https://github.com/tpope/vim-vinegar.git
branch = master
[submodule "vim/pack/plugin-bundle/start/ale"]
path = vim/pack/plugin-bundle/start/ale
url = https://github.com/dense-analysis/ale.git
[submodule "vim/pack/plugin-bundle/start/vim-pythonsense"]
path = vim/pack/plugin-bundle/start/vim-pythonsense
url = https://github.com/jeetsukumaran/vim-pythonsense.git
[submodule "vim/pack/plugin-bundle/start/python-syntax"]
path = vim/pack/plugin-bundle/start/python-syntax
url = https://github.com/vim-python/python-syntax.git
[submodule "vim/pack/plugin-bundle/start/vim-python-pep8-indent"]
path = vim/pack/plugin-bundle/start/vim-python-pep8-indent
url = https://github.com/Vimjas/vim-python-pep8-indent.git