mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-09 05:35:19 +02:00
diff: Make the diff implementation configurable
This commit is contained in:
@@ -12,6 +12,11 @@ pygments_style default
|
||||
# The number of lines of context to show around each change.
|
||||
num_context_lines 3
|
||||
|
||||
# The diff command to use. Must contain the placeholder _CONTEXT_
|
||||
# which will be replaced by the number of lines of context. The default
|
||||
# is to search the system for either git or diff and use that, if found.
|
||||
diff_cmd auto
|
||||
|
||||
# Colors
|
||||
foreground black
|
||||
background white
|
||||
|
||||
Reference in New Issue
Block a user