fix(shells/zsh): use non-deprecated syntax highlighting toggle

This commit is contained in:
Infinidoge 2023-07-19 14:44:47 -04:00
parent 8f90cd800a
commit 8109030356

View file

@ -8,7 +8,7 @@
enableCompletion = true;
enableVteIntegration = true;
enableAutosuggestions = true;
enableSyntaxHighlighting = true;
syntaxHighlighting.enable = true;
# defaultKeymap = "emacs";