1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-28 18:47:44 +00:00

Set the jujutsu diff editor explicitly to :builtin

This commit is contained in:
RGBCube 2025-01-20 16:30:58 +03:00
parent fa1d02fbf3
commit d5e7291b82

View file

@ -21,6 +21,7 @@ in {
user.email = "git@${mailDomain}";
ui.default-command = "log";
ui.diff-editor = ":builtin";
ui.diff.tool = [ "${getExe pkgs.difftastic}" "--color" "always" "$left" "$right" ];
ui.conflict-marker-style = "snapshot";