Config: Add Neovim as git diff/merge tool

This commit is contained in:
Riyyi
2024-02-24 20:36:17 +01:00
parent d488a323da
commit a208f458c1
+8
View File
@@ -7,3 +7,11 @@
[user]
name = Riyyi
email = riyyi3@gmail.com
[diff]
tool = nvimdiff
[merge]
tool = nvimdiff
conflictstyle = diff3
[mergetool]
prompt = false
keepBackup = false