Skip to content

Commit b941cd9

Browse files
authored
chore: update input height from 6 to 8 (#2582)
1 parent 66cfbb4 commit b941cd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/avante/config.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -617,7 +617,7 @@ M._defaults = {
617617
},
618618
input = {
619619
prefix = "> ",
620-
height = 6, -- Height of the input window in vertical layout
620+
height = 8, -- Height of the input window in vertical layout
621621
},
622622
edit = {
623623
border = { " ", " ", " ", " ", " ", " ", " ", " " },

0 commit comments

Comments
 (0)