fix(diff): default to boring view

This commit is contained in:
Barrett Ruth 2025-09-21 17:19:34 -04:00
parent ff20efca71
commit 0851339e63
2 changed files with 2 additions and 2 deletions

View file

@ -101,7 +101,7 @@ M.defaults = {
filename = nil,
run_panel = {
ansi = true,
diff_mode = 'git',
diff_mode = 'none',
next_test_key = '<c-n>',
prev_test_key = '<c-p>',
toggle_diff_key = 't',