From f8da9abb3880ac40bd5061a9b132efadbbafe9ff Mon Sep 17 00:00:00 2001 From: Brian Hicks Date: Mon, 18 Mar 2024 06:17:04 -0500 Subject: [PATCH] enable zsh syntax highlighting --- dotfiles/zsh/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/dotfiles/zsh/default.nix b/dotfiles/zsh/default.nix index 66b49cf..7924081 100644 --- a/dotfiles/zsh/default.nix +++ b/dotfiles/zsh/default.nix @@ -27,6 +27,7 @@ in autosuggestion.enable = true; enableCompletion = true; + syntaxHighlighting.enable = true; plugins = [ {