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:
@@ -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";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user