Use nvimdiff for git difftool

This commit is contained in:
Pavle Portic 2022-05-05 10:06:33 +02:00
parent 9fce0e5141
commit 0a38a37e6d
Signed by: TheEdgeOfRage
GPG Key ID: 66AD4BA646FBC0D2
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
[alias]
lg = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit
[diff]
tool = vimdiff
tool = nvimdiff
[difftool]
prompt = false
[commit]