diff --git a/dot_gitconfig b/dot_gitconfig index 4d3f782..4a46852 100644 --- a/dot_gitconfig +++ b/dot_gitconfig @@ -6,7 +6,7 @@ lg = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit slg = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s' --abbrev-commit [diff] - tool = nvimdiff + tool = nvim -d [difftool] prompt = false [commit]