Skip to content

Commit

Permalink
Add delta options
Browse files Browse the repository at this point in the history
  • Loading branch information
bahlo committed Nov 2, 2021
1 parent 3086fa2 commit bd4a44d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion nix/pkgs/git.nix
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@
};
delta = {
enable = true;
options = {
syntax-theme = "base16";
navigate = true;
side-by-side = true;
line-numbers = false;
};
};
extraConfig = {
apply.whitespace = "fix";
Expand All @@ -46,4 +52,4 @@
}
];
};
}
}

0 comments on commit bd4a44d

Please sign in to comment.