-
-
Save arcseldon/c2feba2bc3acbd6c0fa940c8625202e6 to your computer and use it in GitHub Desktop.
Use neovim as diff tool
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[merge] | |
tool = vimdiff | |
[mergetool] | |
prompt = true | |
[mergetool "vimdiff"] | |
cmd = nvim -d $LOCAL $REMOTE $MERGED -c '$wincmd w' -c 'wincmd J' | |
[difftool] | |
prompt = false | |
[diff] | |
tool = vimdiff |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment