fix: switch off line numbers for git diff
Signed-off-by: Harald Hoyer <harald@hoyer.xyz>
This commit is contained in:
parent
d7770bfb0c
commit
a995d9b07f
|
@ -36,7 +36,7 @@ in
|
||||||
features = "side-by-side line-numbers decorations";
|
features = "side-by-side line-numbers decorations";
|
||||||
syntax-theme = "DarkNeon";
|
syntax-theme = "DarkNeon";
|
||||||
light = "false";
|
light = "false";
|
||||||
line-numbers = "true";
|
line-numbers = "false";
|
||||||
navigate = "true";
|
navigate = "true";
|
||||||
};
|
};
|
||||||
interactive.diffFilter = "${pkgs.delta}/bin/delta --color-only";
|
interactive.diffFilter = "${pkgs.delta}/bin/delta --color-only";
|
||||||
|
|
Loading…
Reference in a new issue