fix: increase result height (#2282)

This commit is contained in:
yetone
2025-06-21 02:11:37 +08:00
committed by GitHub
parent 1063e3c45c
commit fe4f7d836b
2 changed files with 25 additions and 31 deletions

View File

@@ -534,7 +534,7 @@ M._defaults = {
},
input = {
prefix = "> ",
height = 8, -- Height of the input window in vertical layout
height = 6, -- Height of the input window in vertical layout
},
edit = {
border = { " ", " ", " ", " ", " ", " ", " ", " " },