Remove delta
This commit is contained in:
parent
58b5e9a452
commit
5fdf49ee6c
|
@ -108,10 +108,8 @@
|
||||||
core = {
|
core = {
|
||||||
editor = "nvim";
|
editor = "nvim";
|
||||||
excludesFile = "~/.config/git/ignore";
|
excludesFile = "~/.config/git/ignore";
|
||||||
pager = "delta";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
delta.line-numbers = true;
|
|
||||||
diff.tool = "vimdiff";
|
diff.tool = "vimdiff";
|
||||||
fetch.prune = true;
|
fetch.prune = true;
|
||||||
gpg.format = "ssh";
|
gpg.format = "ssh";
|
||||||
|
|
Loading…
Reference in a new issue