We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0867ce5 commit b55841bCopy full SHA for b55841b
lua/codecompanion/diff/ui.lua
@@ -186,7 +186,8 @@ end
186
function M.show(diff, opts)
187
opts = opts or {}
188
189
- local cfg = vim.tbl_deep_extend("force", config.display.chat.floating_window, config.display.chat.diff_window or {})
+ local cfg =
190
+ vim.tbl_deep_extend("force", config.display.chat.floating_window or {}, config.display.chat.diff_window or {})
191
192
local title = opts.title or get_buf_name(diff.bufnr)
193
0 commit comments