mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 00:40:44 +02:00
git: use vim as merge tool
This commit is contained in:
parent
671f34b404
commit
ce7b3d1294
1 changed files with 5 additions and 0 deletions
|
|
@ -34,6 +34,11 @@
|
|||
|
||||
[merge]
|
||||
conflictstyle = zdiff3
|
||||
tool = nvim-diffview
|
||||
|
||||
[merge "nvim-diffview"]
|
||||
cmd = "nvim +DiffviewOpen"
|
||||
prompt = false
|
||||
|
||||
[rebase]
|
||||
autoSquash = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue