add git delta config
This commit is contained in:
parent
e228e1ade5
commit
da06f1018e
1 changed files with 5 additions and 0 deletions
|
|
@ -55,6 +55,11 @@
|
|||
userName = cfg.name;
|
||||
delta = {
|
||||
enable = true;
|
||||
options = {
|
||||
line-number = true;
|
||||
hyperlinks = true;
|
||||
side-by-side = true;
|
||||
};
|
||||
};
|
||||
extraConfig = {
|
||||
credential = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue