diff --git a/options.html b/options.html index 8a658254b..f4a3d8860 100644 --- a/options.html +++ b/options.html @@ -12360,10 +12360,21 @@ boolean

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:

+{ }

Example:

{
+  comment = "fg=black,bold";
+}
+

Declared by:

<home-manager/modules/programs/zsh.nix>
programs.zsh.zplug.enable

Whether to enable zplug - a zsh plugin manager.

Type: boolean

Default: