fix(sapling): setup nvim as the diff tool
There built in diff tool points to vimdiff. This dose not have all of my key bindings and all the nice features I have setup in nvim.
This commit is contained in:
parent
617ba4f452
commit
659328a7b8
1 changed files with 5 additions and 0 deletions
|
|
@ -25,3 +25,8 @@ color = never
|
||||||
# switching between git and sl.
|
# switching between git and sl.
|
||||||
[pager]
|
[pager]
|
||||||
pager = delta
|
pager = delta
|
||||||
|
|
||||||
|
[merge-tools]
|
||||||
|
nvim_diff.executable = nvim
|
||||||
|
nvim_diff.args = -d $local $other $base
|
||||||
|
nvim_diff.priority = 1
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue