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
|
prompt = false
|
||||||
|
|
||||||
[merge]
|
[merge]
|
||||||
tool = nvimdiff2
|
tool = nvimdiff
|
||||||
|
|
||||||
[mergetool]
|
[mergetool]
|
||||||
keepBackup = false
|
keepBackup = false
|
||||||
prompt = false
|
prompt = false
|
||||||
|
|
||||||
|
[mergetool "nvimdiff"]
|
||||||
|
layout = "LOCAL,MERGED,REMOTE + LOCAL,BASE,REMOTE / MERGED + LOCAL, REMOTE + MERGED + BASE, MERGED"
|
||||||
|
|
||||||
[include]
|
[include]
|
||||||
path = ~/.config/.gitlocalconfig
|
path = ~/.config/.gitlocalconfig
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue