You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Change `toggle_bufferline()` fallback value for `vim.o.showtabline` from
0 (always hide tabline) to 1 (show tabline if multiple tabpages exist).
This should fixakinsho#925.
Is there an existing issue for this?
What happened?
While using scope.nvim for tab-scoped buffers and option
always_show_bufferline = false
, switching to a tab with one buffer hides the tabline.What did you expect to happen?
BufferLine to stay/appear due to multiple tabs existing.
Config
LazyVim defaults + overrides.
LazyVim
Overrides
Additional Information
Overriding with
always_show_bufferline = true
does not seem to prevent the problem.commit
99337f6 (v4.6.1)
The text was updated successfully, but these errors were encountered: