Improve git diff tooling, add jj config
This commit is contained in:
parent
29371f8ed2
commit
5d8d946d3e
4 changed files with 31 additions and 9 deletions
17
jj/config.toml
Normal file
17
jj/config.toml
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue