git: Set context and interHunkContext to a higher value
Default value of 3 turns out to be low sometimes. Increase it to 8.
This commit is contained in:
parent
920241f429
commit
22596f2998
1 changed files with 2 additions and 0 deletions
|
@ -16,6 +16,8 @@
|
|||
pruneTags = true
|
||||
[diff]
|
||||
tool = nvimdiff
|
||||
context = 8
|
||||
interHunkContext = 8
|
||||
[difftool]
|
||||
prompt = false
|
||||
trustExitCode = true
|
||||
|
|
Loading…
Reference in a new issue