From 6dbee781ab3ecbf58dc24549fce62a9516b40c4c Mon Sep 17 00:00:00 2001 From: teto Date: Sun, 19 Nov 2023 18:38:17 +0000 Subject: [PATCH] deploy: 993fb02d20760067b8ee19c713d94cee07037759 --- options.html | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) 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: