home/zsh: syntax-highlighting -> fast-syntax-highlighting

This commit is contained in:
Asmir A 2025-01-02 02:09:53 +01:00
parent 9fac7fdac3
commit 8791c104e1
Signed by: asmir
GPG Key ID: 020C42B7A9ABA3E2

View File

@ -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 = '''';