From 0ae6397878a78ea98591d6ec22fc0b4975497c07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Tue, 24 May 2022 14:34:20 +0200 Subject: [PATCH] feat(delta): bye, you don't work with light themes --- configs/git.nix | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/configs/git.nix b/configs/git.nix index cc1cb9d..8c5c676 100644 --- a/configs/git.nix +++ b/configs/git.nix @@ -50,12 +50,12 @@ in { rebase.autoStash = true; merge.autoStash = true; - # ref https://github.com/dandavison/delta - core.pager = "${pkgs.delta}/bin/delta"; - interactive.diffFilter = "${pkgs.delta}/bin/delta --color-only"; - delta.navigate = true; - merge.conflictStyle = "diff3"; - diff.colorMoved = "default"; + # # ref https://github.com/dandavison/delta + # core.pager = "${pkgs.delta}/bin/delta"; + # interactive.diffFilter = "${pkgs.delta}/bin/delta --color-only"; + # delta.navigate = true; + # merge.conflictStyle = "diff3"; + # diff.colorMoved = "default"; }; }; };