feat: configurer delta comme pager git
Active delta avec navigate=true et dark=true. Met à jour merge.conflictstyle en zdiff3. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -23,11 +23,13 @@
|
|||||||
"CLAUDE.local.md"
|
"CLAUDE.local.md"
|
||||||
];
|
];
|
||||||
|
|
||||||
# see https://github.com/dandavison/delta#get-started
|
delta = {
|
||||||
#delta.enable = true;
|
enable = true;
|
||||||
# TEMPORARY DEACTIVATED due to the error
|
options = {
|
||||||
# error[E0282]: type annotations needed for `Box<_>`
|
navigate = true;
|
||||||
# --> /build/delta-0.17.0-vendor.tar.gz/time/src/format_description/parse/mod.rs:83:9
|
dark = true;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
alias = {
|
alias = {
|
||||||
@@ -41,7 +43,7 @@
|
|||||||
name = "Pierre Martin";
|
name = "Pierre Martin";
|
||||||
};
|
};
|
||||||
|
|
||||||
merge.conflictstyle = "diff3";
|
merge.conflictstyle = "zdiff3";
|
||||||
diff.colorMoved = "default";
|
diff.colorMoved = "default";
|
||||||
|
|
||||||
merge.tool = "meld";
|
merge.tool = "meld";
|
||||||
|
|||||||
Reference in New Issue
Block a user