-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
57 lines (46 loc) · 1.5 KB
/
.gitmodules
File metadata and controls
57 lines (46 loc) · 1.5 KB
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
[submodule ".vim/bundle/nerdtree"]
path = .vim/bundle/nerdtree
url = https://github.com/scrooloose/nerdtree.git
branch = master
[submodule ".vim/bundle/html5.vim"]
path = .vim/bundle/html5.vim
url = https://github.com/othree/html5.vim.git
branch = master
[submodule ".vim/bundle/goyo"]
path = .vim/bundle/goyo
url = https://github.com/junegunn/goyo.vim
branch = master
ignore = untracked
[submodule ".vim/bundle/taglist.vim"]
path = .vim/bundle/taglist.vim
url = https://github.com/vim-scripts/taglist.vim.git
branch = master
ignore = untracked
[submodule ".vim/bundle/editorconfig-vim"]
path = .vim/bundle/editorconfig-vim
url = https://github.com/editorconfig/editorconfig-vim
branch = master
[submodule ".vim/bundle/vim-ps1"]
path = .vim/bundle/vim-ps1
url = https://github.com/PProvost/vim-ps1
branch = master
[submodule ".vim/bundle/vim-toml"]
path = .vim/bundle/vim-toml
url = https://github.com/cespare/vim-toml
branch = main
[submodule ".config/cheat/cheatsheets/malte70"]
path = .config/cheat/cheatsheets/malte70
url = git@github.com:malte70/cheat-sheets.git
branch = main
[submodule ".config/cheat/cheatsheets/community"]
path = .config/cheat/cheatsheets/community
url = https://github.com/cheat/cheatsheets
branch = master
[submodule ".vim/bundle/vim-polyglot"]
path = .vim/bundle/vim-polyglot
url = https://github.com/sheerun/vim-polyglot
branch = master
[submodule "lightline.vim"]
path = .vim/bundle/lightline.vim
url = https://github.com/itchyny/lightline.vim
branch = master