From d5210f4afbe971024382f35f652fc0c4031e8468 Mon Sep 17 00:00:00 2001 From: yetone Date: Wed, 9 Apr 2025 14:30:57 +0800 Subject: [PATCH] fix: ask floating window border (#1837) --- lua/avante/config.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/avante/config.lua b/lua/avante/config.lua index 0f96a66..f753203 100644 --- a/lua/avante/config.lua +++ b/lua/avante/config.lua @@ -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