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