diff --git a/options.html b/options.html
index 2a4d01328..d6ef0e5e8 100644
--- a/options.html
+++ b/options.html
@@ -2628,6 +2628,11 @@ See programs.git.diff-so-fancy.markEmptyLines
Whether the first block of an empty line should be colored.
Type: boolean
Default: true
Example: false
Declared by:
<home-manager/modules/programs/git.nix>
+ |
programs.git.diff-so-fancy.pagerOpts
Arguments to be passed to less.
Type: list of string
Default:
[ + "--tabs=4" + "-RFX" +]
Declared by:
+ <home-manager/modules/programs/git.nix>
|
programs.git.diff-so-fancy.rulerWidth
By default, the separator for the file header spans the full width of the terminal. Use this setting to set the width of the file header manually.
Type: null or signed integer
Default: null
Example: false
Declared by:
|