add .gitmodules for zsh plugins

This commit is contained in:
Jonas H
2026-03-08 22:20:21 +01:00
parent 25f6ce81f3
commit cf8623bca1

11
.gitmodules vendored Normal file
View File

@@ -0,0 +1,11 @@
[submodule "zshrc/.zsh/plugins/zsh-autosuggestions"]
path = zshrc/.zsh/plugins/zsh-autosuggestions
url = https://github.com/zsh-users/zsh-autosuggestions
[submodule "zshrc/.zsh/plugins/zsh-history-substring-search"]
path = zshrc/.zsh/plugins/zsh-history-substring-search
url = https://github.com/zsh-users/zsh-history-substring-search
[submodule "zshrc/.zsh/plugins/zsh-syntax-highlighting"]
path = zshrc/.zsh/plugins/zsh-syntax-highlighting
url = https://github.com/zsh-users/zsh-syntax-highlighting