Skip to content

Commit b55841b

Browse files
committed
fix tests
1 parent 0867ce5 commit b55841b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lua/codecompanion/diff/ui.lua

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,8 @@ end
186186
function M.show(diff, opts)
187187
opts = opts or {}
188188

189-
local cfg = vim.tbl_deep_extend("force", config.display.chat.floating_window, config.display.chat.diff_window or {})
189+
local cfg =
190+
vim.tbl_deep_extend("force", config.display.chat.floating_window or {}, config.display.chat.diff_window or {})
190191

191192
local title = opts.title or get_buf_name(diff.bufnr)
192193

0 commit comments

Comments
 (0)