git mergetool nvim
This commit is contained in:
@ -37,3 +37,9 @@
|
|||||||
po = push origin
|
po = push origin
|
||||||
[core]
|
[core]
|
||||||
autocrlf = false
|
autocrlf = false
|
||||||
|
|
||||||
|
[merge]
|
||||||
|
tool = "nvim"
|
||||||
|
|
||||||
|
[mergetool "nvim"]
|
||||||
|
cmd = nvim -d -c \"wincmd l\" \"$LOCAL\" \"$MERGED\" \"$REMOTE\"
|
||||||
|
Reference in New Issue
Block a user