programs.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:
programs.diff-highlight.enableGitIntegration
Whether to enable git integration for diff-highlight.
When enabled, diff-highlight will be configured as git’s pager for
diff, log, and show, and as git’s diff
filter for interactive staging.
Type: boolean
Default:
false
Declared by:
programs.diff-highlight.pagerOpts
Arguments to be passed to less.
Type: list of string
Default:
[ ]
Example:
[
"--tabs=4"
"-RFX"
]
Declared by: