From 96883014be4533dd5872ab841c1b8286c5e8b9c6 Mon Sep 17 00:00:00 2001 From: TheWanderingCrow Date: Tue, 5 Nov 2024 13:31:15 -0500 Subject: [PATCH] zsh highlighting --- modules/core.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/core.nix b/modules/core.nix index 6daba78..5c4147d 100644 --- a/modules/core.nix +++ b/modules/core.nix @@ -94,7 +94,7 @@ enable = true; async = true; }; - syntaxHylighting = { + syntaxHighlighting = { enable = true; }; };