From f4adbef7b8dc407b5dbaa609e86a8990611fb641 Mon Sep 17 00:00:00 2001 From: Luca Bilke Date: Thu, 1 Feb 2024 20:48:20 +0100 Subject: [PATCH] git config things --- .config/git/config | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.config/git/config b/.config/git/config index f03b25f6..3bf3f1d9 100644 --- a/.config/git/config +++ b/.config/git/config @@ -9,6 +9,12 @@ [credential] helper = store [core] + editor = nvim excludesfile = ~/.config/git/excludes + whitespace = tab-in-indent [include] path = ~/.config/git/host-setup +[merge] + tool = nvimdiff1 +[commit] + gpgsign = true