From fabf809a430cf49a67d611a6d5e8e8ae125d0c4a Mon Sep 17 00:00:00 2001 From: rycee Date: Fri, 15 Mar 2024 18:04:11 +0000 Subject: [PATCH] deploy: 3ad5c12f3c9b36cb8185d3aef9adcab3f543660a --- options.xhtml | 76 +++++++++++++++++++++++++++++++++++---------------- 1 file changed, 52 insertions(+), 24 deletions(-) diff --git a/options.xhtml b/options.xhtml index 64e17b133..950f00acb 100644 --- a/options.xhtml +++ b/options.xhtml @@ -50953,30 +50953,6 @@ boolean

Example: true

-

Declared by:

- - -
- -<home-manager/modules/programs/zsh.nix> - -
- -
- - programs.zsh.enableAutosuggestions - - -
-
-

Enable zsh autosuggestions

- -

Type: -unspecified value

- -

Default: -false

-

Declared by:

@@ -51186,6 +51162,58 @@ null or boolean

Default: null

+

Declared by:

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

Enable zsh autosuggestions

+ +

Type: +boolean

+ +

Default: +false

+ +

Declared by:

+ + +
+ +<home-manager/modules/programs/zsh.nix> + +
+
+
+ + programs.zsh.autosuggestion.highlight + + +
+
+

Custom styles for autosuggestion highlighting. See +zshzle(1) for syntax.

+ +

Type: +null or string

+ +

Default: +null

+ +

Example: +"fg=#ff00ff,bg=cyan,bold,underline"

+

Declared by: