fix(jj): update pager configuration

This commit is contained in:
Bruno Carlin 2025-02-11 15:23:05 +01:00
parent eb97b76c51
commit 643476487e
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 8E254EA0FFEB9B6D

View file

@ -9,8 +9,9 @@ graph.style = "curved"
editor = "nvim"
diff-editor = ["nvim", "-c", "DiffEditor $left $right $output"]
merge-editor = "nvim"
diff.tool = ["delta", "--syntax-theme", "Solarized (dark)", "$left", "$right"]
diff-formatter = ":git"
show-cryptographic-signatures = true
pager = "delta"
[merge-tools.nvim]
diff-args = ["-d", "$left", "$right"]