git: use vim as merge tool

This commit is contained in:
Oleksandr Smirnov 2025-05-21 16:12:32 +03:00
parent 671f34b404
commit ce7b3d1294
No known key found for this signature in database

View file

@ -34,6 +34,11 @@
[merge]
conflictstyle = zdiff3
tool = nvim-diffview
[merge "nvim-diffview"]
cmd = "nvim +DiffviewOpen"
prompt = false
[rebase]
autoSquash = true