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:
parent
fa1d02fbf3
commit
d5e7291b82
1 changed files with 1 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue