fix(shells/zsh): use non-deprecated syntax highlighting toggle
This commit is contained in:
parent
8f90cd800a
commit
8109030356
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
|||
enableCompletion = true;
|
||||
enableVteIntegration = true;
|
||||
enableAutosuggestions = true;
|
||||
enableSyntaxHighlighting = true;
|
||||
syntaxHighlighting.enable = true;
|
||||
|
||||
# defaultKeymap = "emacs";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue