git: Add attempt at migrating to delta

This was my attempt at migrating from diff-so-fancy to delta. Although
having an easy-to-hack-on rust code base was certainly appealing, there
are some minor inconveniences such as longer diffs by default.
This commit is contained in:
Donovan Glover 2023-06-26 09:02:33 -04:00
parent 6f4ebc95be
commit 6e73f4adea
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -53,6 +53,13 @@
};
};
diff-so-fancy.enable = true;
delta = {
enable = true;
options = {
diff-so-fancy = true;
hunk-header-style = "file line-number syntax";
hunk-header-decoration-style = "none";
};
};
};
}