mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 12:15:29 +00:00
chore(git): add NeoVim as mergetool option
This commit is contained in:
@@ -74,6 +74,8 @@
|
||||
[mergetool "Kaleidoscope"]
|
||||
cmd = ksdiff --merge --output \"$MERGED\" --base \"$BASE\" -- \"$LOCAL\" --snapshot \"$REMOTE\" --snapshot
|
||||
trustexitcode = true
|
||||
[mergetool "nvim"]
|
||||
cmd = nvim -f -c \"Gdiffsplit!\" \"$MERGED\"
|
||||
[mergetool "code"]
|
||||
cmd = "code $MERGED"
|
||||
keepBackup = false
|
||||
|
||||
Reference in New Issue
Block a user