From 2e6e17f22431e43473538b2ecf82eb05ee1a75b5 Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Mon, 31 Mar 2025 13:18:41 +0200 Subject: [PATCH] remove cursor highlighter Former-commit-id: 87eedfc74a39b27ee00439cdc08025eefa47baba --- home/programs/shell/zsh.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/home/programs/shell/zsh.nix b/home/programs/shell/zsh.nix index ce0c20d..fd430f7 100644 --- a/home/programs/shell/zsh.nix +++ b/home/programs/shell/zsh.nix @@ -13,8 +13,7 @@ in { autosuggestion.enable = true; syntaxHighlighting = { enable = true; - highlighters = - [ "main" "brackets" "pattern" "cursor" "regexp" "root" "line" ]; + highlighters = [ "main" "brackets" "pattern" "regexp" "root" "line" ]; }; historySubstringSearch.enable = true;