feat: use nvim as default mergetool
This commit is contained in:
parent
bd513894df
commit
8e3eebdcff
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@
|
||||||
[format]
|
[format]
|
||||||
pretty = format:%C(yellow)%h %Cblue%>(12)%ad %C(red)%G? %Cgreen%<(7,trunc)%aN%Cred%d %Creset%s
|
pretty = format:%C(yellow)%h %Cblue%>(12)%ad %C(red)%G? %Cgreen%<(7,trunc)%aN%Cred%d %Creset%s
|
||||||
[merge]
|
[merge]
|
||||||
tool = bc
|
tool = nvim
|
||||||
[mergetool "nvim"]
|
[mergetool "nvim"]
|
||||||
cmd = nvim -f -c \"Gdiffsplit!\" \"$MERGED\"
|
cmd = nvim -f -c \"Gdiffsplit!\" \"$MERGED\"
|
||||||
[mergetool "bc"]
|
[mergetool "bc"]
|
||||||
|
|
Loading…
Reference in a new issue