-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
36 lines (36 loc) · 1.63 KB
/
.gitmodules
File metadata and controls
36 lines (36 loc) · 1.63 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
[submodule ".zsh/zsh-autosuggestions"]
path = .zsh/zsh-autosuggestions
url = https://github.com/zsh-users/zsh-autosuggestions
[submodule ".zsh/zsh-history-substring-search"]
path = .zsh/zsh-history-substring-search
url = https://github.com/zsh-users/zsh-history-substring-search
[submodule ".zsh/zsh-syntax-highlighting"]
path = .zsh/zsh-syntax-highlighting
url = https://github.com/zsh-users/zsh-syntax-highlighting
[submodule ".zsh/zsh-completions"]
path = .zsh/zsh-completions
url = https://github.com/zsh-users/zsh-completions
[submodule ".vim/pack/plugins/opt/onedark.vim"]
path = .vim/pack/plugins/opt/onedark.vim
url = https://github.com/joshdick/onedark.vim
[submodule ".vim/pack/plugins/start/indentLine"]
path = .vim/pack/plugins/start/indentLine
url = https://github.com/Yggdroot/indentLine
[submodule ".vim/pack/plugins/start/nerdcommenter"]
path = .vim/pack/plugins/start/nerdcommenter
url = https://github.com/preservim/nerdcommenter
[submodule ".vim/pack/plugins/start/tagbar"]
path = .vim/pack/plugins/start/tagbar
url = https://github.com/majutsushi/tagbar
[submodule ".vim/pack/plugins/start/vim-gutentags"]
path = .vim/pack/plugins/start/vim-gutentags
url = https://github.com/ludovicchabant/vim-gutentags
[submodule ".vim/pack/plugins/start/vim-polyglot"]
path = .vim/pack/plugins/start/vim-polyglot
url = https://github.com/sheerun/vim-polyglot
[submodule ".vim/pack/plugins/start/vim-sleuth"]
path = .vim/pack/plugins/start/vim-sleuth
url = https://github.com/tpope/vim-sleuth
[submodule ".vim/pack/plugins/start/YouCompleteMe"]
path = .vim/pack/plugins/start/YouCompleteMe
url = https://github.com/ycm-core/YouCompleteMe