-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
216 lines (216 loc) · 7.03 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
[submodule "bundle/committia.vim"]
path = .vim/bundle/committia.vim
url = https://github.com/rhysd/committia.vim.git
branch = master
[submodule "bundle/csv.vim"]
path = .vim/bundle/csv.vim
url = https://github.com/chrisbra/csv.vim
branch = master
[submodule "bundle/fzf.vim"]
path = .vim/bundle/fzf.vim
url = https://github.com/junegunn/fzf.vim.git
branch = master
[submodule "bundle/gundo.vim"]
path = .vim/bundle/gundo.vim
url = https://github.com/sjl/gundo.vim.git/
branch = master
[submodule "bundle/minibufexpl.vim"]
path = .vim/bundle/minibufexpl.vim
url = https://github.com/fholgado/minibufexpl.vim.git
branch = master
[submodule "bundle/nerdcommenter"]
path = .vim/bundle/nerdcommenter
url = https://github.com/preservim/nerdcommenter.git
branch = master
[submodule "bundle/nerdtree"]
path = .vim/bundle/nerdtree
url = https://github.com/preservim/nerdtree.git
branch = master
[submodule "bundle/nerdtree-git-plugin"]
path = .vim/bundle/nerdtree-git-plugin
url = https://github.com/Xuyuanp/nerdtree-git-plugin.git
branch = master
[submodule "bundle/nerdtree-visual-selection"]
path = .vim/bundle/nerdtree-visual-selection
url = https://github.com/PhilRunninger/nerdtree-visual-selection.git
branch = master
[submodule "bundle/rainbow"]
path = .vim/bundle/rainbow
url = https://github.com/luochen1990/rainbow.git
branch = master
[submodule "bundle/shswitch"]
path = .vim/bundle/shswitch
url = https://github.com/kuznetsss/shswitch.git
branch = master
[submodule "bundle/swapit"]
path = .vim/bundle/swapit
url = https://github.com/mjbrownie/swapit.git
branch = master
[submodule "bundle/tagbar"]
path = .vim/bundle/tagbar
url = https://github.com/majutsushi/tagbar.git
branch = master
[submodule "bundle/ultisnips"]
path = .vim/bundle/ultisnips
url = https://github.com/SirVer/ultisnips.git
branch = master
[submodule "bundle/vim-airline"]
path = .vim/bundle/vim-airline
url = https://github.com/vim-airline/vim-airline.git
branch = master
[submodule "bundle/vim-airline-themes"]
path = .vim/bundle/vim-airline-themes
url = https://github.com/vim-airline/vim-airline-themes
branch = master
[submodule "bundle/vim-bookmarks"]
path = .vim/bundle/vim-bookmarks
url = https://github.com/MattesGroeger/vim-bookmarks.git
branch = master
[submodule "bundle/vim-css-color"]
path = .vim/bundle/vim-css-color
url = https://github.com/ap/vim-css-color.git
branch = master
[submodule "bundle/vim-easy-align"]
path = .vim/bundle/vim-easy-align
url = https://github.com/junegunn/vim-easy-align.git
branch = master
[submodule "bundle/vim-easymotion"]
path = .vim/bundle/vim-easymotion
url = https://github.com/easymotion/vim-easymotion.git
branch = master
[submodule "bundle/vimfiler.vim"]
path = .vim/bundle/vimfiler.vim
url = https://github.com/Shougo/vimfiler.vim.git
branch = master
[submodule "bundle/vim-fugitive"]
path = .vim/bundle/vim-fugitive
url = https://github.com/tpope/vim-fugitive.git
branch = master
[submodule "bundle/vim-indent-guides"]
path = .vim/bundle/vim-indent-guides
url = https://github.com/nathanaelkane/vim-indent-guides.git
branch = master
[submodule "bundle/vim-ingo-library"]
path = .vim/bundle/vim-ingo-library
url = https://github.com/inkarkat/vim-ingo-library
branch = master
[submodule "bundle/vim-lastplace"]
path = .vim/bundle/vim-lastplace
url = https://github.com/farmergreg/vim-lastplace.git
branch = master
[submodule "bundle/vim-mark"]
path = .vim/bundle/vim-mark
url = https://github.com/inkarkat/vim-mark.git
branch = master
[submodule "bundle/vim-markdown"]
path = .vim/bundle/vim-markdown
url = https://github.com/preservim/vim-markdown.git
branch = master
[submodule "bundle/vim-markdown-toc"]
path = .vim/bundle/vim-markdown-toc
url = https://github.com/mzlogin/vim-markdown-toc.git
branch = master
[submodule "bundle/vim-nerdtree-syntax-highlight"]
path = .vim/bundle/vim-nerdtree-syntax-highlight
url = https://github.com/tiagofumo/vim-nerdtree-syntax-highlight.git
branch = master
[submodule "bundle/vim-ripgrep"]
path = .vim/bundle/vim-ripgrep
url = https://github.com/jremmen/vim-ripgrep.git
branch = master
[submodule "bundle/vim-speeddating"]
path = .vim/bundle/vim-speeddating
url = https://github.com/tpope/vim-speeddating.git
branch = master
[submodule "bundle/vim-startify"]
path = .vim/bundle/vim-startify
url = https://github.com/mhinz/vim-startify.git
branch = master
[submodule "bundle/YouCompleteMe"]
path = .vim/bundle/YouCompleteMe
url = https://github.com/ycm-core/YouCompleteMe.git
branch = master
[submodule "bundle/vim-devicons"]
path = .vim/bundle/vim-devicons
url = https://github.com/ryanoasis/vim-devicons.git
branch = master
[submodule "bundle/vim-preview"]
path = .vim/bundle/vim-preview
url = https://github.com/greyblake/vim-preview.git
branch = master
[submodule "bundle/vim-zoom"]
path = .vim/bundle/vim-zoom
url = https://github.com/dhruvasagar/vim-zoom.git
branch = master
[submodule "pathogen"]
path = .vim/pathogen
url = https://github.com/tpope/vim-pathogen.git
branch = master
[submodule "bundle/vim-latex"]
path = .vim/bundle/vim-latex
url = https://github.com/vim-latex/vim-latex.git
branch = master
[submodule "bundle/ScrollColors"]
path = .vim/bundle/ScrollColors
url = https://github.com/vim-scripts/ScrollColors.git
branch = master
[submodule "bundle/sparkup"]
path = .vim/bundle/sparkup
url = https://github.com/rstacruz/sparkup.git
branch = master
[submodule "bundle/occur.vim"]
path = .vim/bundle/occur.vim
url = https://github.com/vim-scripts/occur.vim.git
branch = master
[submodule "bundle/YankRing.vim"]
path = .vim/bundle/YankRing.vim
url = https://github.com/vim-scripts/YankRing.vim.git
branch = master
[submodule "bundle/vim-matchit"]
path = .vim/bundle/vim-matchit
url = https://github.com/adelarsq/vim-matchit.git
branch = master
[submodule "bundle/unite.vim"]
path = .vim/bundle/unite.vim
url = https://github.com/Shougo/unite.vim.git
branch = master
[submodule "git/bash-git-prompt"]
path = git/bash-git-prompt
url = https://github.com/magicmonty/bash-git-prompt.git
branch = master
[submodule "git/fzf"]
path = git/fzf
url = https://github.com/junegunn/fzf.git
branch = master
[submodule "git/git-foresta"]
path = git/git-foresta
url = https://github.com/takaaki-kasai/git-foresta.git
branch = master
[submodule "git/vdb"]
path = git/vdb
url = https://github.com/PlasmaHH/vdb.git
branch = master
[submodule "git/cmsis-svd"]
path = git/cmsis-svd
url = https://github.com/posborne/cmsis-svd.git
branch = master
[submodule "git/stm32-svd"]
path = git/stm32-svd
url = https://github.com/tinygo-org/stm32-svd.git
branch = master
[submodule "git/CMSIS_5"]
path = git/CMSIS_5
url = https://github.com/ARM-software/CMSIS_5.git
branch = master
[submodule ".vim/bundle/vim-table-mode"]
path = .vim/bundle/vim-table-mode
url = https://github.com/dhruvasagar/vim-table-mode.git
branch = master
[submodule ".vim/bundle/vim-doge"]
path = .vim/bundle/vim-doge
url = https://github.com/kkoomen/vim-doge.git
branch = master
[submodule ".vim/bundle/vim-ollama"]
path = .vim/bundle/vim-ollama
url = https://github.com/gergap/vim-ollama.git
branch = master