nixos/config/git/config

25 lines
319 B
Plaintext

[include]
path = user
[core]
editor = nvim
autocrlf = input
[pull]
rebase = false
[color]
ui = true
[diff]
tool = nvimdiff
algorithm = minimal
[difftool]
prompt = no
trustExitCode = yes
[alias]
dt = difftool
mt = mergetool
[merge]
tool = nvimdiff2
[mergetool]
keepBackup = yes
prompt = no