diff --git a/options.xhtml b/options.xhtml index c9e8cfd91..6ea91e16f 100644 --- a/options.xhtml +++ b/options.xhtml @@ -21581,6 +21581,64 @@ attribute set of (string or boolean or signed integer or attribute set of (strin } +
Declared by:
+
+
+<home-manager/modules/programs/git.nix>
+
+ |
programs.git.diff-highlight.enable
+
+
+Enable the contrib diff-highlight syntax highlighter. +See https://github.com/git/git/blob/master/contrib/diff-highlight/README,
+ +Type: +boolean
+ +Default:
+false
Example:
+true
Declared by:
+
+
+<home-manager/modules/programs/git.nix>
+
+ |
programs.git.diff-highlight.pagerOpts
+
+
+Arguments to be passed to less.
+ +Type: +list of string
+ +Default:
+[ ]
Example:
[
+ "--tabs=4"
+ "-RFX"
+]
+
+
Declared by: