From 22596f2998cc17d39238a4d9ca87b18dd9eb51c9 Mon Sep 17 00:00:00 2001 From: Sanchayan Maity Date: Thu, 12 Jan 2023 17:48:51 +0530 Subject: [PATCH] git: Set context and interHunkContext to a higher value Default value of 3 turns out to be low sometimes. Increase it to 8. --- git/.gitconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/git/.gitconfig b/git/.gitconfig index 3e4266c..7020e57 100644 --- a/git/.gitconfig +++ b/git/.gitconfig @@ -16,6 +16,8 @@ pruneTags = true [diff] tool = nvimdiff + context = 8 + interHunkContext = 8 [difftool] prompt = false trustExitCode = true