From a2f46c8f0d7c578fc70b25128fe0193f5741670f Mon Sep 17 00:00:00 2001 From: Yogeshwaran Rajendran Date: Thu, 23 May 2024 15:17:13 +0530 Subject: [PATCH] Add zsh plugins for highlighting and autosuggest --- .gitmodules | 3 +++ custom/plugins/zsh-autosuggestions | 2 +- custom/plugins/zsh-syntax-highlighting | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) 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