From ebcedefa0f8440cd9900e354eebb88e7655e8a10 Mon Sep 17 00:00:00 2001 From: Michael Mandl Date: Thu, 21 Nov 2019 20:35:27 +0100 Subject: [PATCH] Changed editor to nvim, added commit-graph --- git/gitconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/git/gitconfig b/git/gitconfig index 864db4d..0620f1d 100644 --- a/git/gitconfig +++ b/git/gitconfig @@ -6,6 +6,8 @@ [core] editor = vim pager = less -x1,5 + editor = nvim + pager = less -S -x1,5 whitespace = cr-at-eol [rebase] autostash = true @@ -38,3 +40,5 @@ [rerere] enabled = true +[fetch] + writeCommitGraph = true