lazygit: revert difftastic to difft

This commit is contained in:
Tigor Hutasuhut 2024-09-12 14:37:33 +07:00
parent 0ef913eb1f
commit f7dbe0e3fc

View file

@ -2,7 +2,7 @@
{ {
home.packages = with pkgs; [ home.packages = with pkgs; [
delta delta
difftastic # difftastic
]; ];
programs.git = { programs.git = {
enable = true; enable = true;
@ -62,7 +62,7 @@
git.paging = { git.paging = {
colorArg = "always"; colorArg = "always";
pager = "delta --dark --paging=never"; pager = "delta --dark --paging=never";
externalDiffCommand = "difft --color=always --display=inline --syntax-highlight=on --tab-width=2"; # externalDiffCommand = "difft --color=always --display=inline --syntax-highlight=on --tab-width=2";
}; };
keybinding = { keybinding = {
files = { files = {