fix: ask floating window border (#1837)

This commit is contained in:
yetone
2025-04-09 14:30:57 +08:00
committed by GitHub
parent 87ea15bb94
commit d5210f4afb

View File

@@ -459,7 +459,7 @@ M._defaults = {
},
ask = {
floating = false, -- Open the 'AvanteAsk' prompt in a floating window
border = "rounded",
border = { " ", " ", " ", " ", " ", " ", " ", " " },
start_insert = true, -- Start insert mode when opening the ask window
---@alias AvanteInitialDiff "ours" | "theirs"
focus_on_apply = "ours", -- which diff to focus after applying