Improve git diff tooling, add jj config

This commit is contained in:
Martin Larsson 2026-03-13 00:17:10 +01:00
parent 29371f8ed2
commit 5d8d946d3e
4 changed files with 31 additions and 9 deletions

17
jj/config.toml Normal file
View file

@ -0,0 +1,17 @@
[user]
name = "Martin Larsson"
email = "larssonmartin1998@gmail.com"
[ui]
editor = "nvim"
pager = "delta"
diff-formatter = ":git"
default-command = "log"
[diff]
context-lines = 10
[merge-tools.nvim]
program = "nvim"
merge-args = ["$output"]
merge-tool-edits-conflict-markers = true