feat(git): show merge conflicts in 3-way style
This commit is contained in:
parent
f73891c335
commit
bc21047420
1 changed files with 5 additions and 2 deletions
|
@ -62,8 +62,11 @@
|
|||
|
||||
log.date = "relative";
|
||||
|
||||
merge.ff = false;
|
||||
merge.tool = "nvim";
|
||||
merge = {
|
||||
conflictstyle = "zdiff3";
|
||||
ff = false;
|
||||
tool = "nvim";
|
||||
};
|
||||
|
||||
mergetool.nvim.cmd = "nvim -d $BASE $LOCAL $REMOTE $MERGED -c 'DiffviewOpen'";
|
||||
mergetool.nvim.trustExitCode = false;
|
||||
|
|
Loading…
Add table
Reference in a new issue