From d1d2f75a70969a0c7e5d31659b33ac4fcc40a1b4 Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Sun, 31 Jul 2022 02:51:32 -0500 Subject: [PATCH] refactor: add submodule --- .config/zsh/config/plugins/zsh-syntax-highlighting | 1 + .gitmodules | 3 +++ 2 files changed, 4 insertions(+) create mode 160000 .config/zsh/config/plugins/zsh-syntax-highlighting diff --git a/.config/zsh/config/plugins/zsh-syntax-highlighting b/.config/zsh/config/plugins/zsh-syntax-highlighting new file mode 160000 index 0000000..caa749d --- /dev/null +++ b/.config/zsh/config/plugins/zsh-syntax-highlighting @@ -0,0 +1 @@ +Subproject commit caa749d030d22168445c4cb97befd406d2828db0 diff --git a/.gitmodules b/.gitmodules index 16d5cda..6d0024f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule ".config/zsh/config/plugins/zsh-vi-mode"] path = .config/zsh/config/plugins/zsh-vi-mode url = https://github.com/jeffreytse/zsh-vi-mode.git +[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