fix(Sidebar): fix: Hide default statusline when laststatus=0 (#2001)
This commit is contained in:
@@ -977,7 +977,7 @@ local base_win_options = {
|
||||
.. ",Normal:"
|
||||
.. Highlights.AVANTE_SIDEBAR_NORMAL,
|
||||
winbar = "",
|
||||
statusline = "",
|
||||
statusline = " ",
|
||||
}
|
||||
|
||||
function Sidebar:render_header(winid, bufnr, header_text, hl, reverse_hl)
|
||||
|
||||
Reference in New Issue
Block a user