fix(sidebar): the sidebar height is incorrect when selecting code

This commit is contained in:
yetone
2024-08-31 23:35:35 +08:00
parent ff887af901
commit faa46975cf
2 changed files with 10 additions and 6 deletions

View File

@@ -138,8 +138,8 @@ M.defaults = {
},
windows = {
wrap = true, -- similar to vim.o.wrap
width = 30, -- default % based on available width
height = 30, -- default % based on available height
width = 30, -- default % based on available width in vertical layout
height = 30, -- default % based on available height in horizontal layout
sidebar_header = {
align = "center", -- left, center, right for title
rounded = true,