From 88e37a4342ed8a432f202fab393d345aa70cebee Mon Sep 17 00:00:00 2001 From: "xiongdian.me" Date: Tue, 20 Jun 2023 13:44:03 +0800 Subject: [PATCH] use fast-syntax-highlighting instead --- .zshrc2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.zshrc2 b/.zshrc2 index 6a8759f..74bba80 100644 --- a/.zshrc2 +++ b/.zshrc2 @@ -22,7 +22,7 @@ if [[ "$DFS_NO_WALL" == "1" ]]; then ANTIGEN_URL="https://raw.githubusercontent.com/zsh-users/antigen/develop/bin/antigen.zsh" ANTIGEN_OMZ_REPO_URL="https://github.com/ohmyzsh/ohmyzsh.git" ANTIGEN_PLUGINS=( - "https://github.com/zsh-users/zsh-syntax-highlighting" + "https://github.com/zdharma-continuum/fast-syntax-highlighting" "https://github.com/zsh-users/zsh-completions" "https://github.com/zsh-users/zsh-autosuggestions" ) @@ -30,7 +30,7 @@ else ANTIGEN_URL="https://gitee.com/dictxiong/antigen/raw/develop/bin/antigen.zsh" ANTIGEN_OMZ_REPO_URL="https://gitee.com/dictxiong/ohmyzsh.git" ANTIGEN_PLUGINS=( - "https://gitee.com/dictxiong/zsh-syntax-highlighting" + "https://gitee.com/dictxiong/fast-syntax-highlighting" "https://gitee.com/dictxiong/zsh-completions" "https://gitee.com/dictxiong/zsh-autosuggestions" )