-
Notifications
You must be signed in to change notification settings - Fork 43
/
.gitmodules
52 lines (52 loc) · 1.96 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
[submodule ".vim/bundle/tagbar"]
path = .vim/pack/foo/start/tagbar
url = https://github.com/preservim/tagbar.git
[submodule ".vim/bundle/vim-commentary"]
path = .vim/pack/foo/start/vim-commentary
url = https://github.com/tpope/vim-commentary.git
[submodule ".zsh-syntax-highlighting"]
path = .zsh-syntax-highlighting
url = https://github.com/zsh-users/zsh-syntax-highlighting.git
[submodule ".vim/pack/foo/start/ale"]
path = .vim/pack/foo/start/ale
url = https://github.com/w0rp/ale.git
[submodule ".vim/pack/foo/start/detectindent"]
path = .vim/pack/foo/start/detectindent
url = https://github.com/ciaranm/detectindent.git
[submodule ".vim/pack/foo/start/diffconflicts"]
path = .vim/pack/foo/start/diffconflicts
url = https://github.com/whiteinge/diffconflicts.git
[submodule ".vim/pack/foo/start/undotree"]
path = .vim/pack/foo/start/undotree
url = https://github.com/mbbill/undotree.git
[submodule "tmp/repos/xcape"]
path = opt/repos/xcape
url = https://github.com/alols/xcape.git
[submodule "tmp/repos/dswitcher"]
path = opt/repos/dswitcher
url = https://github.com/Excerion/dswitcher.git
[submodule "tmp/repos/cwm"]
path = opt/repos/cwm
url = https://github.com/leahneukirchen/cwm.git
[submodule ".vim/pack/foo/start/vim-jqplay"]
path = .vim/pack/foo/start/vim-jqplay
url = https://github.com/bfrg/vim-jqplay.git
[submodule "tmp/repos/fzy"]
path = opt/repos/fzy
url = https://github.com/gpanders/fzy.git
branch = multiselect
[submodule ".vim/pack/foo/start/v-vim"]
path = .vim/pack/foo/start/v-vim
url = https://github.com/ollykel/v-vim.git
[submodule "tmp/repos/lr"]
path = opt/repos/lr
url = https://github.com/leahneukirchen/lr.git
[submodule "tmp/repos/xe"]
path = opt/repos/xe
url = https://github.com/leahneukirchen/xe.git
[submodule "tmp/repos/csvquote"]
path = opt/repos/csvquote
url = https://github.com/dbro/csvquote.git
[submodule ".vim/pack/foo/start/vim-abolish"]
path = .vim/pack/foo/start/vim-abolish
url = https://github.com/tpope/vim-abolish.git