From 8e3eebdcff2bcc81dba4852c225b87ef515522b9 Mon Sep 17 00:00:00 2001 From: Michael Mandl Date: Mon, 19 Jul 2021 11:33:12 +0200 Subject: [PATCH] feat: use nvim as default mergetool --- git/gitconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git/gitconfig b/git/gitconfig index f9dcc0c..bfb1817 100644 --- a/git/gitconfig +++ b/git/gitconfig @@ -61,7 +61,7 @@ [format] pretty = format:%C(yellow)%h %Cblue%>(12)%ad %C(red)%G? %Cgreen%<(7,trunc)%aN%Cred%d %Creset%s [merge] - tool = bc + tool = nvim [mergetool "nvim"] cmd = nvim -f -c \"Gdiffsplit!\" \"$MERGED\" [mergetool "bc"]