lazygit: revert difftastic to difft
This commit is contained in:
parent
0ef913eb1f
commit
f7dbe0e3fc
|
@ -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 = {
|
||||||
|
|
Loading…
Reference in a new issue