-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
166 lines (166 loc) · 6 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
[submodule "vim/bundle/colorschemes"]
path = stowdir/.vim/bundle/colorschemes
url = https://github.com/flazz/vim-colorschemes.git
branch = master
[submodule "vim/bundle/commentary"]
path = stowdir/.vim/bundle/commentary
url = https://github.com/tpope/vim-commentary.git
branch = master
[submodule "vim/bundle/fzf"]
path = stowdir/.vim/bundle/fzf
url = https://github.com/junegunn/fzf.git
branch = master
[submodule "vim/bundle/ale"]
path = stowdir/.vim/bundle/ale
url = https://github.com/w0rp/ale.git
branch = master
[submodule "vim/bundle/vim-airline"]
path = stowdir/.vim/bundle/vim-airline
url = https://github.com/vim-airline/vim-airline.git
branch = master
[submodule "vim/bundle/vim-airline-themes"]
path = stowdir/.vim/bundle/vim-airline-themes
url = https://github.com/vim-airline/vim-airline-themes.git
branch = master
[submodule "vim/bundle/vim-fugitive"]
path = stowdir/.vim/bundle/vim-fugitive
url = https://github.com/tpope/vim-fugitive.git
branch = master
[submodule "vim/bundle/vim-gitgutter"]
path = stowdir/.vim/bundle/vim-gitgutter
url = https://github.com/airblade/vim-gitgutter.git
branch = main
[submodule "vim/bundle/vimwiki"]
path = stowdir/.vim/bundle/vimwiki
url = https://github.com/vimwiki/vimwiki.git
branch = dev
[submodule "vim/bundle/fzf.vim"]
path = stowdir/.vim/bundle/fzf.vim
url = https://github.com/junegunn/fzf.vim.git
branch = master
[submodule "vim/bundle/vim-surround"]
path = stowdir/.vim/bundle/vim-surround
url = https://github.com/tpope/vim-surround.git
branch = master
[submodule "vim/bundle/vim-repeat"]
path = stowdir/.vim/bundle/vim-repeat
url = https://github.com/tpope/vim-repeat.git
branch = master
[submodule "vim/bundle/vim-signature"]
path = stowdir/.vim/bundle/vim-signature
url = https://github.com/kshenoy/vim-signature.git
branch = master
[submodule "vim/bundle/ultisnips"]
path = stowdir/.vim/bundle/ultisnips
url = https://github.com/SirVer/ultisnips.git
branch = master
[submodule "vim/bundle/CurtineIncSw.vim"]
path = stowdir/.vim/bundle/CurtineIncSw.vim
url = https://github.com/ericcurtin/CurtineIncSw.vim.git
branch = master
[submodule "vim/bundle/vim-cpp-enhanced-highlight"]
path = stowdir/.vim/bundle/vim-cpp-enhanced-highlight
url = https://github.com/octol/vim-cpp-enhanced-highlight.git
branch = master
[submodule "vim/bundle/vim-autoread"]
path = stowdir/.vim/bundle/vim-autoread
url = https://github.com/djoshea/vim-autoread
branch = master
[submodule "vim/bundle/vim-toml"]
path = stowdir/.vim/bundle/vim-toml
url = https://github.com/cespare/vim-toml.git
branch = main
[submodule "vim/bundle/vim-mundo"]
path = stowdir/.vim/bundle/vim-mundo
url = https://github.com/simnalamburt/vim-mundo.git
branch = master
[submodule "vim/bundle/vim-eunuch"]
path = stowdir/.vim/bundle/vim-eunuch
url = https://github.com/tpope/vim-eunuch.git
branch = master
[submodule "vim/bundle/vim-manpager"]
path = stowdir/.vim/bundle/vim-manpager
url = https://github.com/lambdalisue/vim-manpager.git
branch = master
[submodule "vim/bundle/vim-indent-object"]
path = stowdir/.vim/bundle/vim-indent-object
url = https://github.com/michaeljsmith/vim-indent-object.git
branch = master
[submodule "vim/bundle/vis"]
path = stowdir/.vim/bundle/vis
url = https://github.com/vim-scripts/vis.git
ignore = dirty
branch = master
[submodule "vim/bundle/vim-ps1"]
path = stowdir/.vim/bundle/vim-ps1
url = https://github.com/PProvost/vim-ps1.git
branch = master
[submodule "vim/bundle/vim-altscreen"]
path = stowdir/.vim/bundle/vim-altscreen
url = https://github.com/fcpg/vim-altscreen.git
ignore = dirty
branch = master
[submodule "vim/bundle/vim-bitbake"]
path = stowdir/.vim/bundle/vim-bitbake
url = https://github.com/kergoth/vim-bitbake.git
branch = master
[submodule "vim/bundle/vim-flatbuffers"]
path = stowdir/.vim/bundle/vim-flatbuffers
url = https://github.com/zchee/vim-flatbuffers.git
branch = master
[submodule "vim/bundle/vim-localvimrc"]
path = stowdir/.vim/bundle/vim-localvimrc
url = https://github.com/embear/vim-localvimrc.git
branch = main
[submodule "vim/bundle/vim-textobj-comment"]
path = stowdir/.vim/bundle/vim-textobj-comment
url = https://github.com/glts/vim-textobj-comment.git
branch = master
[submodule "vim/bundle/vim-textobj-user"]
path = stowdir/.vim/bundle/vim-textobj-user
url = https://github.com/kana/vim-textobj-user.git
branch = master
[submodule "stowdir/.vim/bundle/vim-tmux-navigator"]
path = stowdir/.vim/bundle/vim-tmux-navigator
url = https://github.com/christoomey/vim-tmux-navigator.git
branch = master
[submodule "stowdir/.tmux/plugins/tpm"]
path = stowdir/.tmux/plugins/tpm
url = https://github.com/tmux-plugins/tpm.git
branch = master
[submodule "stowdir/.vim/bundle/vim-systemd-syntax"]
path = stowdir/.vim/bundle/vim-systemd-syntax
url = https://codeberg.org/Dokana/vim-systemd-syntax.git
branch = trunk
[submodule "stowdir/.tmux/tmux-bash-completion"]
path = stowdir/.tmux/tmux-bash-completion
url = [email protected]:imomaliev/tmux-bash-completion.git
branch = master
[submodule "stowdir/.vim/bundle/vim-unimpaired"]
path = stowdir/.vim/bundle/vim-unimpaired
url = [email protected]:tpope/vim-unimpaired.git
branch = master
[submodule "stowdir/.vim/bundle/vimspector"]
path = stowdir/.vim/bundle/vimspector
url = [email protected]:puremourning/vimspector.git
branch = master
[submodule "stowdir/.vim/bundle/vim-dispatch"]
path = stowdir/.vim/bundle/vim-dispatch
url = https://github.com/tpope/vim-dispatch.git
branch = master
[submodule "stowdir/.vim/bundle/vim-test"]
path = stowdir/.vim/bundle/vim-test
url = https://github.com/vim-test/vim-test.git
branch = master
[submodule "stowdir/.vim/bundle/rust.vim"]
path = stowdir/.vim/bundle/rust.vim
url = [email protected]:Notgnoshi/rust.vim.git
branch = master
[submodule "stowdir/.vim/bundle/quick-scope"]
path = stowdir/.vim/bundle/quick-scope
url = https://github.com/unblevable/quick-scope.git
branch = master
[submodule "stowdir/.vim/bundle/vim-plugin-AnsiEsc"]
path = stowdir/.vim/bundle/vim-plugin-AnsiEsc
url = https://github.com/powerman/vim-plugin-AnsiEsc.git
branch = master