refactor: add submodule

This commit is contained in:
Price Hiller 2022-07-31 02:52:05 -05:00
parent 728fcfcfbb
commit 20bfe5b4e7
2 changed files with 4 additions and 0 deletions

@ -0,0 +1 @@
Subproject commit 11258bcd48521b5bc7b683104bb0f5cb9375edee

3
.gitmodules vendored
View File

@ -4,3 +4,6 @@
[submodule ".config/zsh/config/plugins/zsh-syntax-highlighting"]
path = .config/zsh/config/plugins/zsh-syntax-highlighting
url = https://github.com/zsh-users/zsh-syntax-highlighting.git
[submodule ".config/zsh/config/plugins/zsh-completions"]
path = .config/zsh/config/plugins/zsh-completions
url = https://github.com/zsh-users/zsh-completions.git