From b941cd902decf2a231affc45f1d25a0ff41c43a7 Mon Sep 17 00:00:00 2001 From: yetone Date: Mon, 4 Aug 2025 20:55:01 +0800 Subject: [PATCH] chore: update input height from 6 to 8 (#2582) --- 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 5026fbd..aff06eb 100644 --- a/lua/avante/config.lua +++ b/lua/avante/config.lua @@ -617,7 +617,7 @@ M._defaults = { }, input = { prefix = "> ", - height = 6, -- Height of the input window in vertical layout + height = 8, -- Height of the input window in vertical layout }, edit = { border = { " ", " ", " ", " ", " ", " ", " ", " " },