From 6dbee781ab3ecbf58dc24549fce62a9516b40c4c Mon Sep 17 00:00:00 2001
From: teto
Default: package
Default:
pkgs.zsh-syntax-highlighting
Declared by:
<home-manager/modules/programs/zsh.nix>
+ |
programs.zsh.syntaxHighlighting.highlighters
Highlighters to enable +See the list of highlighters: https://github.com/zsh-users/zsh-syntax-highlighting/blob/master/docs/highlighters.md
Type: +list of string
Default:
+[ ]
Example:
[ + "brackets" +] +
Declared by:
+<home-manager/modules/programs/zsh.nix>
|
programs.zsh.syntaxHighlighting.styles
Custom styles for syntax highlighting. See each highlighter’s options: https://github.com/zsh-users/zsh-syntax-highlighting/blob/master/docs/highlighters.md
Type: attribute set of string
Default:
-{ }
Declared by:
+ |