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: