nvim: Turn off usage message for jj-diffconflicts

This commit is contained in:
Marty Oehme 2025-09-05 08:48:45 +02:00
parent 4b65069436
commit bd90df30e4
Signed by: Marty
GPG key ID: 4E535BC19C61886E
3 changed files with 8 additions and 3 deletions

View file

@ -20,7 +20,6 @@ merge-editor = "dc"
program = "nvim"
merge-args = [
"-c", "let g:jj_diffconflicts_marker_length=$marker_length",
"-c", "let g:jj_diffconflicts_turn_off_instructions=1",
"-c", "JJDiffConflicts!", "$output", "$base", "$left", "$right"
]
merge-tool-edits-conflict-markers = true