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:
Ade Attwood 2024-01-29 20:20:41 +00:00
parent 617ba4f452
commit 659328a7b8

View file

@ -25,3 +25,8 @@ color = never
# switching between git and sl.
[pager]
pager = delta
[merge-tools]
nvim_diff.executable = nvim
nvim_diff.args = -d $local $other $base
nvim_diff.priority = 1