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:
Declared by: +
programs.zsh.autosuggestion.enable
+
+
+Enable zsh autosuggestions + +Type: +boolean + +Default:
+ Declared by: +
programs.zsh.autosuggestion.highlight
+
+
+Custom styles for autosuggestion highlighting. See +zshzle(1) for syntax. + +Type: +null or string + +Default:
+ Example:
+ Declared by: |