feat: enable difftastic
Signed-off-by: Lander Van den Bulcke <landervandenbulcke@gmail.com>
This commit is contained in:
parent
d1cbb35ab5
commit
66332b0991
1 changed files with 6 additions and 0 deletions
|
|
@ -61,6 +61,12 @@ in
|
|||
|
||||
# sign your commits!
|
||||
commit.gpgsign = true;
|
||||
|
||||
# use difftastic
|
||||
difftastic = {
|
||||
enable = true;
|
||||
enableAsDifftool = true;
|
||||
};
|
||||
};
|
||||
# This is optional, as `git identity` will call the `git-identity` script by itself, however
|
||||
# setting it up explicitly as an alias gives you autocomplete
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue