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;
|
userName = cfg.name;
|
||||||
delta = {
|
delta = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
options = {
|
||||||
|
line-number = true;
|
||||||
|
hyperlinks = true;
|
||||||
|
side-by-side = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
extraConfig = {
|
extraConfig = {
|
||||||
credential = {
|
credential = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue