-
Notifications
You must be signed in to change notification settings - Fork 2
/
.gitmodules
23 lines (23 loc) · 1.05 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
#VIM plugins
[submodule "vim/bundle/minpac"]
path = vim/pack/minpac/start/minpac
url = https://github.com/k-takata/minpac.git
[submodule "vim/pack/nerdtree/start/nerdtree"]
path = vim/pack/nerdtree/start/nerdtree
url = http://github.com/scrooloose/nerdtree.git
# Other
[submodule "zsh-customizations/plugins/zsh-hist"]
path = zsh-customizations/plugins/zsh-hist
url = https://github.com/marlonrichert/zsh-hist.git
[submodule "zsh-customizations/plugins/zsh-syntax-highlighting"]
path = zsh-customizations/plugins/zsh-syntax-highlighting
url = https://github.com/zsh-users/zsh-syntax-highlighting.git
[submodule "zsh-customizations/plugins/zsh-autosuggestions"]
path = zsh-customizations/plugins/zsh-autosuggestions
url = https://github.com/zsh-users/zsh-autosuggestions.git
[submodule "zsh-customizations/themes/powerlevel10k"]
path = zsh-customizations/themes/powerlevel10k
url = https://github.com/romkatv/powerlevel10k.git
[submodule "vim/pack/vendor/start/nerdtree"]
path = vim/pack/vendor/start/nerdtree
url = https://github.com/preservim/nerdtree.git