From d4f3224bf60b7e787e7749373fd78a23c04bc2c4 Mon Sep 17 00:00:00 2001 From: James Trew <66286082+jamestrew@users.noreply.github.com> Date: Wed, 2 Jul 2025 00:15:40 -0400 Subject: [PATCH] fix(sidebar): respect input height from config (#2391) --- lua/avante/sidebar.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/avante/sidebar.lua b/lua/avante/sidebar.lua index 17eae55..975ed29 100644 --- a/lua/avante/sidebar.lua +++ b/lua/avante/sidebar.lua @@ -3095,7 +3095,7 @@ function Sidebar:get_result_container_height() - selected_files_container_height - selected_code_container_height - todos_container_height - - 6 + - Config.windows.input.height ) end