From f16195cc99aa2ec9f50ab02c8860cfa67e74ed48 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Thu, 4 Dec 2025 13:55:01 +0000 Subject: [PATCH] home: jujutsu: set 'ui.diff-formatter' I *still* don't really like the built-in formatting, but it's more about its highlighting than its syntax. Given that I default to using `delta` anyways, it doesn't _really_ matter as I don't see the default output. --- modules/home/jujutsu/default.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/modules/home/jujutsu/default.nix b/modules/home/jujutsu/default.nix index eaf56e9..fd8f84c 100644 --- a/modules/home/jujutsu/default.nix +++ b/modules/home/jujutsu/default.nix @@ -40,6 +40,11 @@ in lola = [ "lol" "-r" "all()" ]; }; + ui = { + # I don't like word-diff + diff-formatter = ":git"; + }; + "--scope" = [ # Multiple identities {