git: use nvim as mergetool (and difftool)
This commit is contained in:
parent
3ad4f7d72b
commit
57aaa79a30
1 changed files with 9 additions and 0 deletions
|
@ -52,6 +52,15 @@
|
||||||
[push]
|
[push]
|
||||||
default = nothing
|
default = nothing
|
||||||
|
|
||||||
|
[merge]
|
||||||
|
tool = vimdiff
|
||||||
|
|
||||||
|
[mergetool]
|
||||||
|
prompt = false
|
||||||
|
|
||||||
|
[mergetool "vimdiff"]
|
||||||
|
path = nvim
|
||||||
|
|
||||||
[color]
|
[color]
|
||||||
ui = auto
|
ui = auto
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue