refactor(sidebar&claude): Simplify Claude provider and unify sidebar UI behavior (#2017)

This commit is contained in:
aniaan
2025-05-08 21:48:17 +08:00
committed by GitHub
parent f65e72900f
commit 1e80305af2
2 changed files with 1 additions and 14 deletions

View File

@@ -2016,9 +2016,7 @@ function Sidebar:create_selected_code_container()
winid = self.input_container.winid,
},
buf_options = buf_options,
win_options = {
winhighlight = base_win_options.winhighlight,
},
win_options = vim.tbl_deep_extend("force", base_win_options, {}),
size = {
height = selected_code_size + 3,
},