-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
24 lines (24 loc) · 726 Bytes
/
.gitmodules
File metadata and controls
24 lines (24 loc) · 726 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[submodule ".vim/plugged/vim-plug"]
path = .vim/plugged/vim-plug
url = https://github.com/junegunn/vim-plug
branch = 0.14.0
[submodule "src/bash-preexec"]
path = src/bash-preexec
url = https://github.com/JeffFaer/bash-preexec
branch = noop
[submodule "src/bats-core"]
path = src/bats-core
url = https://github.com/bats-core/bats-core.git
branch = v1.8.2
[submodule "src/yadm"]
path = src/yadm
url = https://github.com/yadm-dev/yadm.git
branch = 3.2.2
[submodule "src/fzf"]
path = src/fzf
url = ssh://git@github.com/junegunn/fzf.git
branch = v0.70.0
[submodule "src/fzf-tab-completion"]
path = src/fzf-tab-completion
url = ssh://git@github.com/JeffFaer/fzf-tab-completion.git
branch = jfaer/cherrypicks