feat: use mergiraf
Signed-off-by: Lander Van den Bulcke <landervandenbulcke@gmail.com>
This commit is contained in:
parent
49a41b42a6
commit
c54dce3817
1 changed files with 6 additions and 0 deletions
|
|
@ -61,6 +61,9 @@ in
|
|||
|
||||
# sign your commits!
|
||||
commit.gpgsign = true;
|
||||
|
||||
# diff3 merge
|
||||
merge.conflictStyle = "diff3";
|
||||
};
|
||||
|
||||
# This is optional, as `git identity` will call the `git-identity` script by itself, however
|
||||
|
|
@ -76,4 +79,7 @@ in
|
|||
enableAsDifftool = true;
|
||||
};
|
||||
};
|
||||
|
||||
# use mergiraf
|
||||
programs.mergiraf.enable = true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue