chore: remove comments, enabling delta through nix does the job

This commit is contained in:
Nydragon 2024-07-07 02:13:36 +02:00
parent 2196194308
commit cd0c57a7e1
No known key found for this signature in database
GPG key ID: 14AA30A865EA1209

View file

@ -21,12 +21,6 @@
init = {
defaultBranch = "master";
};
#interactive = {
#diffFilter = "delta --color-only";
#};
#delta = {
#navigate = true;
#};
merge = {
conflictstyle = "diff3";
};