fix(Sidebar): fix: Hide default statusline when laststatus=0 (#2001)

This commit is contained in:
aniaan
2025-05-07 12:41:50 +08:00
committed by GitHub
parent 93aa961fc4
commit 103b827b60

View File

@@ -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)