Revert "git: Add attempt at migrating to delta"

diff-so-fancy works quite well, and I'm not interested in having syntax
highlighting in diffs.
This commit is contained in:
Donovan Glover 2023-06-26 16:18:51 -04:00
parent 91f51f94f2
commit 9892ae3fce
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

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