new: jj diff/delta conf
This commit is contained in:
parent
f63607cb52
commit
40f1e1a290
1 changed files with 16 additions and 1 deletions
|
@ -18,4 +18,19 @@ log = "@ | bases | branches | curbranch::@ | @::nextbranch | downstream(@, branc
|
|||
|
||||
[ui]
|
||||
default-command = ["log", "--reversed"]
|
||||
diff.format = "git"
|
||||
pager = "delta"
|
||||
|
||||
[ui.diff]
|
||||
format = "git"
|
||||
|
||||
[merge-tools.delta]
|
||||
diff-args = [
|
||||
"--color-only",
|
||||
"--features", "chameleon",
|
||||
"--navigate",
|
||||
"--dark",
|
||||
"--side-by-side",
|
||||
"--true-color", "always",
|
||||
"--syntax-theme", "base16",
|
||||
"$left", "$right",
|
||||
]
|
||||
|
|
Loading…
Add table
Reference in a new issue