fix: statusline hidden in Avante (#2477)
This commit is contained in:
committed by
GitHub
parent
d8ec4e4aa4
commit
daa419c79b
@@ -927,7 +927,7 @@ local base_win_options = {
|
|||||||
.. ",Normal:"
|
.. ",Normal:"
|
||||||
.. Highlights.AVANTE_SIDEBAR_NORMAL,
|
.. Highlights.AVANTE_SIDEBAR_NORMAL,
|
||||||
winbar = "",
|
winbar = "",
|
||||||
statusline = " ",
|
statusline = vim.o.laststatus == 0 and " " or "",
|
||||||
}
|
}
|
||||||
|
|
||||||
function Sidebar:render_header(winid, bufnr, header_text, hl, reverse_hl)
|
function Sidebar:render_header(winid, bufnr, header_text, hl, reverse_hl)
|
||||||
|
|||||||
Reference in New Issue
Block a user