mirror of
https://github.com/ryanccn/flake.git
synced 2025-12-06 08:10:43 +01:00
feat(git): use difftastic
This commit is contained in:
parent
980fe1369f
commit
6fbe70caec
1 changed files with 5 additions and 1 deletions
|
|
@ -3,7 +3,11 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.gitAndTools.gitFull;
|
package = pkgs.gitAndTools.gitFull;
|
||||||
|
|
||||||
diff-so-fancy.enable = true;
|
difftastic = {
|
||||||
|
enable = true;
|
||||||
|
display = "inline";
|
||||||
|
};
|
||||||
|
|
||||||
ignores = [
|
ignores = [
|
||||||
".DS_Store"
|
".DS_Store"
|
||||||
".direnv/"
|
".direnv/"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue