New option "tabufline.show_tabs_always"

Draw the tabs even if there's only one buffer opened.
pull/2771/head
Weihao Feng 2 months ago
parent 6833c60694
commit ec5a4cae53

@ -31,6 +31,7 @@ M.ui = {
-- lazyload it when there are 1+ buffers
tabufline = {
enabled = true,
show_tabs_always = false,
lazyload = true,
order = { "treeOffset", "buffers", "tabs", "btns" },
modules = nil,

Loading…
Cancel
Save