Skip to content

Difftastic

To get started using Difftastic, a structural diff that understands syntax for over 30 languages, flip a toggle:

devenv.nix
{ pkgs, ... }:
{
difftastic.enable = true;
}

When you run devenv shell using git diff, you should see the following output:

Screenshot of difftastic and JS