diff --git a/.gitmodules b/.gitmodules index 421c70546..a05327622 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "custom/plugins/zsh-autosuggestions"] path = custom/plugins/zsh-autosuggestions + url = https://github.com/zsh-users/zsh-autosuggestions +[submodule "custom/plugins/zsh-syntax-highlighting"] + path = custom/plugins/zsh-syntax-highlighting url = https://github.com/zsh-users/zsh-syntax-highlighting.git diff --git a/custom/plugins/zsh-autosuggestions b/custom/plugins/zsh-autosuggestions index a411ef3e0..c3d4e576c 160000 --- a/custom/plugins/zsh-autosuggestions +++ b/custom/plugins/zsh-autosuggestions @@ -1 +1 @@ -Subproject commit a411ef3e0992d4839f0732ebeb9823024afaaaa8 +Subproject commit c3d4e576c9c86eac62884bd47c01f6faed043fc5 diff --git a/custom/plugins/zsh-syntax-highlighting b/custom/plugins/zsh-syntax-highlighting index b2c910a85..e0165eaa7 160000 --- a/custom/plugins/zsh-syntax-highlighting +++ b/custom/plugins/zsh-syntax-highlighting @@ -1 +1 @@ -Subproject commit b2c910a85ed84cb7e5108e7cb3406a2e825a858f +Subproject commit e0165eaa730dd0fa321a6a6de74f092fe87630b0