add better mergetool options
This commit is contained in:
parent
618a5a8a6f
commit
ddc13e5bee
1 changed files with 4 additions and 1 deletions
5
config
5
config
|
@ -14,12 +14,15 @@
|
|||
prompt = false
|
||||
|
||||
[merge]
|
||||
tool = nvimdiff2
|
||||
tool = nvimdiff
|
||||
|
||||
[mergetool]
|
||||
keepBackup = false
|
||||
prompt = false
|
||||
|
||||
[mergetool "nvimdiff"]
|
||||
layout = "LOCAL,MERGED,REMOTE + LOCAL,BASE,REMOTE / MERGED + LOCAL, REMOTE + MERGED + BASE, MERGED"
|
||||
|
||||
[include]
|
||||
path = ~/.config/.gitlocalconfig
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue