diff --git a/gitconfig b/gitconfig index 92d0657465..2644dfe946 100644 --- a/gitconfig +++ b/gitconfig @@ -47,8 +47,16 @@ [branch "master"] mergeoptions = --no-edit + [user] email = soler.thomas.06@gmail.com name = Thomas + [credential "https://github.com"] helper = !gh auth git-credential + +[diff] + tool = nvimdiff + +[difftool "nvimdiff"] + cmd = "nvim -d \"$LOCAL\" \"$REMOTE\""