From c7afff804876e8935222f106b64a715548839f55 Mon Sep 17 00:00:00 2001 From: GRMrGecko Date: Fri, 13 Feb 2026 03:09:58 -0600 Subject: [PATCH] Replace zsh-syntax-highlighting with fast-syntax-highlighting and update submodules Switch to zdharma-continuum/fast-syntax-highlighting for improved performance, and update pure and zsh-autosuggestions submodules to latest versions. --- .config/zsh/plugins/fast-syntax-highlighting | 1 + .config/zsh/plugins/pure | 2 +- .config/zsh/plugins/zsh-autosuggestions | 2 +- .config/zsh/plugins/zsh-syntax-highlighting | 1 - .gitmodules | 6 +++--- 5 files changed, 6 insertions(+), 6 deletions(-) create mode 160000 .config/zsh/plugins/fast-syntax-highlighting delete mode 160000 .config/zsh/plugins/zsh-syntax-highlighting diff --git a/.config/zsh/plugins/fast-syntax-highlighting b/.config/zsh/plugins/fast-syntax-highlighting new file mode 160000 index 0000000..3d574cc --- /dev/null +++ b/.config/zsh/plugins/fast-syntax-highlighting @@ -0,0 +1 @@ +Subproject commit 3d574ccf48804b10dca52625df13da5edae7f553 diff --git a/.config/zsh/plugins/pure b/.config/zsh/plugins/pure index 92b8e90..dbefd0d 160000 --- a/.config/zsh/plugins/pure +++ b/.config/zsh/plugins/pure @@ -1 +1 @@ -Subproject commit 92b8e9057988566b37ff695e70e2e9bbeb7196c8 +Subproject commit dbefd0dcafaa3ac7d7222ca50890d9d0c97f7ca2 diff --git a/.config/zsh/plugins/zsh-autosuggestions b/.config/zsh/plugins/zsh-autosuggestions index c3d4e57..85919cd 160000 --- a/.config/zsh/plugins/zsh-autosuggestions +++ b/.config/zsh/plugins/zsh-autosuggestions @@ -1 +1 @@ -Subproject commit c3d4e576c9c86eac62884bd47c01f6faed043fc5 +Subproject commit 85919cd1ffa7d2d5412f6d3fe437ebdbeeec4fc5 diff --git a/.config/zsh/plugins/zsh-syntax-highlighting b/.config/zsh/plugins/zsh-syntax-highlighting deleted file mode 160000 index e0165ea..0000000 --- a/.config/zsh/plugins/zsh-syntax-highlighting +++ /dev/null @@ -1 +0,0 @@ -Subproject commit e0165eaa730dd0fa321a6a6de74f092fe87630b0 diff --git a/.gitmodules b/.gitmodules index f741459..0b017b8 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,6 +4,6 @@ [submodule ".config/zsh/plugins/zsh-autosuggestions"] path = .config/zsh/plugins/zsh-autosuggestions url = https://github.com/zsh-users/zsh-autosuggestions -[submodule ".config/zsh/plugins/zsh-syntax-highlighting"] - path = .config/zsh/plugins/zsh-syntax-highlighting - url = https://github.com/zsh-users/zsh-syntax-highlighting +[submodule ".config/zsh/plugins/fast-syntax-highlighting"] + path = .config/zsh/plugins/fast-syntax-highlighting + url = https://github.com/zdharma-continuum/fast-syntax-highlighting.git