Use delta for git diffs, in side-by-side mode
This commit is contained in:
parent
d7fabca514
commit
791caf4db8
1 changed files with 7 additions and 0 deletions
|
|
@ -7,6 +7,13 @@ in
|
||||||
enable = true;
|
enable = true;
|
||||||
userName = "Haak Saxberg";
|
userName = "Haak Saxberg";
|
||||||
userEmail = "haak.erling@gmail.com";
|
userEmail = "haak.erling@gmail.com";
|
||||||
|
delta = {
|
||||||
|
enable = true;
|
||||||
|
options = {
|
||||||
|
side-by-side = true;
|
||||||
|
line-numbers = true;
|
||||||
|
};
|
||||||
|
};
|
||||||
extraConfig = {
|
extraConfig = {
|
||||||
rebase = {
|
rebase = {
|
||||||
updateRefs = true;
|
updateRefs = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue