From fabf809a430cf49a67d611a6d5e8e8ae125d0c4a Mon Sep 17 00:00:00 2001
From: rycee
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: |