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