1
0
mirror of https://github.com/kmein/niveum synced 2026-03-21 20:31:07 +01:00

feat(delta): bye, you don't work with light themes

This commit is contained in:
2022-05-24 14:34:20 +02:00
parent 35ce4b1689
commit 0ae6397878

View File

@@ -50,12 +50,12 @@ in {
rebase.autoStash = true; rebase.autoStash = true;
merge.autoStash = true; merge.autoStash = true;
# ref https://github.com/dandavison/delta # # ref https://github.com/dandavison/delta
core.pager = "${pkgs.delta}/bin/delta"; # core.pager = "${pkgs.delta}/bin/delta";
interactive.diffFilter = "${pkgs.delta}/bin/delta --color-only"; # interactive.diffFilter = "${pkgs.delta}/bin/delta --color-only";
delta.navigate = true; # delta.navigate = true;
merge.conflictStyle = "diff3"; # merge.conflictStyle = "diff3";
diff.colorMoved = "default"; # diff.colorMoved = "default";
}; };
}; };
}; };