Using the following jj config:
[merge-tools.diffview]
program = 'nvim'
merge-args = ['-n', '-c', 'DiffviewMergeFiles $output $base $left $right']
merge-tool-edits-conflict-markers = true
I am only seeing the file-by-file. What is needed for to be done in either jj (I will contribute) or here such that I can open the merge tool with all the files (in file panel) just like the screenshot in the README?
Using the following
jjconfig:I am only seeing the file-by-file. What is needed for to be done in either
jj(I will contribute) or here such that I can open the merge tool with all the files (in file panel) just like the screenshot in the README?