Skip to content

Commit

Permalink
Update git nvimdiff config
Browse files Browse the repository at this point in the history
  • Loading branch information
pmendelski committed Nov 5, 2024
1 parent e343712 commit 44fef10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions git/.gitconfig_base
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@

[merge]
tool = nvimdiff
conflictstyle = diff3
conflictstyle = zdiff3
[mergetool "nvimdiff"]
cmd = nvim -d \"$LOCAL\" \"$REMOTE\" -c \"wincmd w\" -c \"wincmd L\"
cmd = nvim -d \"$LOCAL\" \"$MERGED\" \"$BASE\" \"$REMOTE\" -c \"wincmd w\" -c \"wincmd J\"

[diff]
tool = nvimdiff
Expand Down

0 comments on commit 44fef10

Please sign in to comment.