-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
56 lines (56 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
53
54
55
56
[submodule ".zsh/themes/powerlevel10k"]
path = .zsh/themes/powerlevel10k
url = https://github.com/romkatv/powerlevel10k.git
shallow = true
[submodule ".zsh/plugins/fast-syntax-highlighting"]
path = .zsh/plugins/fast-syntax-highlighting
url = https://github.com/zdharma-continuum/fast-syntax-highlighting.git
shallow = true
[submodule ".zsh/plugins/zsh-vi-mode"]
path = .zsh/plugins/zsh-vi-mode
url = https://github.com/jeffreytse/zsh-vi-mode
shallow = true
[submodule ".zsh/plugins/zsh-autosuggestions"]
path = .zsh/plugins/zsh-autosuggestions
url = https://github.com/zsh-users/zsh-autosuggestions
shallow = true
[submodule ".vim/bundle/vim-airline"]
path = .vim/bundle/vim-airline
url = https://github.com/vim-airline/vim-airline
shallow = true
[submodule ".vim/bundle/jellybeans.vim"]
path = .vim/bundle/jellybeans.vim
url = https://github.com/nanotech/jellybeans.vim.git
shallow = true
[submodule ".vim/bundle/vim-airline-themes"]
path = .vim/bundle/vim-airline-themes
url = https://github.com/vim-airline/vim-airline-themes
shallow = true
[submodule ".vim/bundle/vim-prettier"]
path = .vim/bundle/vim-prettier
url = https://github.com/prettier/vim-prettier
shallow = true
[submodule ".vim/bundle/vim-surround"]
path = .vim/bundle/vim-surround
url = https://github.com/tpope/vim-surround.git
shallow = true
[submodule ".vim/bundle/endwise"]
path = .vim/bundle/endwise
url = https://github.com/tpope/vim-endwise.git
shallow = true
[submodule ".vim/bundle/vim-commentary"]
path = .vim/bundle/vim-commentary
url = https://github.com/tpope/vim-commentary.git
shallow = true
[submodule ".vim/bundle/vim-eunuch"]
path = .vim/bundle/vim-eunuch
url = https://github.com/tpope/vim-eunuch.git
shallow = true
[submodule ".vim/bundle/identLine"]
path = .vim/bundle/identLine
prl = https://github.com/Yggdroot/indentLine.git
shallow = true
[submodule ".vim/bundle/quick-scope"]
path = .vim/bundle/quick-scope
url = https://github.com/unblevable/quick-scope.git
shallow = true