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:
Sanchayan Maity 2023-01-12 17:48:51 +05:30
parent 920241f429
commit 22596f2998
Signed by: sanchayanmaity
GPG key ID: 6F6A0609C12038F3

View file

@ -16,6 +16,8 @@
pruneTags = true
[diff]
tool = nvimdiff
context = 8
interHunkContext = 8
[difftool]
prompt = false
trustExitCode = true