feat: add configurable input window height for vertical layout (#773)
Co-authored-by: amojury <wujiajun880@gmail.com>
This commit is contained in:
@@ -1415,7 +1415,7 @@ function Sidebar:create_input(opts)
|
||||
|
||||
local get_size = function()
|
||||
if self:get_layout() == "vertical" then return {
|
||||
height = 8,
|
||||
height = Config.windows.input.height,
|
||||
} end
|
||||
|
||||
local selected_code_size = self:get_selected_code_size()
|
||||
|
||||
Reference in New Issue
Block a user