-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
46 lines (46 loc) · 2.01 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
[submodule ".vim/bundle/nerdtree"]
path = apps/vim/.vim/bundle/nerdtree
url = https://github.com/preservim/nerdtree.git
[submodule ".vim/bundle/nerdtree-git-plugin"]
path = apps/vim/.vim/bundle/nerdtree-git-plugin
url = https://github.com/Xuyuanp/nerdtree-git-plugin.git
[submodule ".vim/bundle/vim-airline"]
path = apps/vim/.vim/bundle/vim-airline
url = https://github.com/vim-airline/vim-airline
[submodule ".vim/bundle/vim-airline-themes"]
path = apps/vim/.vim/bundle/vim-airline-themes
url = https://github.com/vim-airline/vim-airline-themes
[submodule ".vim/bundle/vim-fugitive"]
path = apps/vim/.vim/bundle/vim-fugitive
url = https://github.com/tpope/vim-fugitive.git
[submodule ".vim/bundle/vim-gitgutter"]
path = apps/vim/.vim/bundle/vim-gitgutter
url = https://github.com/airblade/vim-gitgutter.git
[submodule ".vim/bundle/vim-javascript-syntax"]
path = apps/vim/.vim/bundle/vim-javascript-syntax
url = https://github.com/jelera/vim-javascript-syntax.git
[submodule "git/git-hooks"]
path = git/git-hooks
url = git@github.com:stefankolb/git-hooks.git
branch = master
[submodule "zsh/plugins/zsh-autosuggestions"]
path = zsh/plugins/zsh-autosuggestions
url = https://github.com/zsh-users/zsh-autosuggestions
[submodule "zsh/plugins/zsh-completions"]
path = zsh/plugins/zsh-completions
url = https://github.com/zsh-users/zsh-completions.git
[submodule "zsh/themes/powerlevel10k"]
path = zsh/themes/powerlevel10k
url = https://github.com/romkatv/powerlevel10k.git
[submodule "apps/vim/bundle/gruvbox"]
path = apps/vim/.vim/bundle/gruvbox
url = https://github.com/morhetz/gruvbox.git
[submodule "apps/vim/bundle/vim-smartinput"]
path = apps/vim/.vim/bundle/vim-smartinput
url = https://github.com/kana/vim-smartinput.git
[submodule "apps/vim/.vim/bundle/markdown-preview.nvim"]
path = apps/vim/.vim/bundle/markdown-preview.nvim
url = https://github.com/iamcco/markdown-preview.nvim.git
[submodule "apps/vim/.vim/bundle/delimitMate"]
path = apps/vim/.vim/bundle/delimitMate
url = https://github.com/Raimondi/delimitMate.git