feat: add configurable input window height for vertical layout (#773)

Co-authored-by: amojury <wujiajun880@gmail.com>
This commit is contained in:
JIAJUN
2024-11-03 16:48:37 +08:00
committed by GitHub
parent 7df1fe6656
commit 58e0165098
3 changed files with 3 additions and 1 deletions

View File

@@ -261,6 +261,7 @@ _See [config.lua#L9](./lua/avante/config.lua) for the full config_
},
input = {
prefix = "> ",
height = 8, -- Height of the input window in vertical layout
},
edit = {
border = "rounded",