Browse Source

Config: Add Neovim as git diff/merge tool

master
Riyyi 2 months ago
parent
commit
a208f458c1
  1. 8
      .config/git/config

8
.config/git/config

@ -7,3 +7,11 @@
[user]
name = Riyyi
email = riyyi3@gmail.com
[diff]
tool = nvimdiff
[merge]
tool = nvimdiff
conflictstyle = diff3
[mergetool]
prompt = false
keepBackup = false

Loading…
Cancel
Save