From f5cbb86fa1612fb5daa5f4d810b772262c5ff90d Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Fri, 22 Mar 2024 11:58:57 -0400 Subject: [PATCH] zsh: synhigh --- home/zsh.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/zsh.nix b/home/zsh.nix index 53ec42f..2b1ec26 100644 --- a/home/zsh.nix +++ b/home/zsh.nix @@ -4,6 +4,7 @@ programs.zsh = { enable = true; autosuggestion.enable = true; + syntaxHighlighting.enable = true; # This must be envExtra (rather than initExtra), because doom-emacs requires it # https://github.com/doomemacs/doomemacs/issues/687#issuecomment-409889275