feat: add difftastic

This commit is contained in:
Jet Pham 2026-03-14 17:24:36 -07:00
parent 3915825258
commit 755ec04d04
No known key found for this signature in database

View file

@ -74,6 +74,7 @@
jq
mkp224o
nixfmt
difftastic
ripgrep
tea
trash-cli
@ -284,6 +285,7 @@
editor = "hx";
pager = "bat --style=plain";
};
diff.tool = [ "difft" "--color=always" "$left" "$right" ];
};
};