improvements

This commit is contained in:
2023-12-07 20:54:47 +01:00
parent cb007cc158
commit 812c2749c0
7 changed files with 101 additions and 94 deletions

View File

@@ -9,9 +9,15 @@
extraConfig = {
pull.rebase = true;
merge = {
tool = "nvimdiff";
tool = "nvim-mergetool";
conflictstyle = "diff3";
};
mergetool.nvim-mergetool = {
cmd = ''
nvim -f -c "MergetoolStart" "$MERGED" "$BASE" "$LOCAL" "$REMOTE"
'';
trustExitCode = true;
};
mergetool.prompt = false;
};
}