From 8791c104e1826f7e07b0bc808b438c4bc3085642 Mon Sep 17 00:00:00 2001 From: Asmir A Date: Thu, 2 Jan 2025 02:09:53 +0100 Subject: [PATCH] home/zsh: syntax-highlighting -> fast-syntax-highlighting --- home/zsh.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/home/zsh.nix b/home/zsh.nix index 29a6708..8bb3984 100644 --- a/home/zsh.nix +++ b/home/zsh.nix @@ -7,7 +7,6 @@ programs.zsh = { autocd = true; enableCompletion = false; - syntaxHighlighting.enable = true; defaultKeymap = "viins"; shellAliases = { @@ -63,6 +62,11 @@ }; file = "sudo.plugin.zsh"; } + { + name = "zsh-fast-syntax-highlighting"; + src = pkgs.zsh-fast-syntax-highlighting; + file = "share/zsh/site-functions/fast-syntax-highlighting.plugin.zsh"; + } ]; envExtra = '''';