Clean tabline for Neovim. Shows windows per tab with a separator.
With lazy.nvim:
{
'jryom/nvim-tabulous',
opts = {
-- Default options:
-- show_index = true,
-- fnamemodify = ":t",
-- modified_string = " +",
-- max_windows = 3, -- Max windows shown per tab
-- auto_hide = true, -- Hide when only one tab
-- separator = "▕",
-- window_separator = " | ",
-- padding = " ", -- Horizontal padding in each tab
-- ignored_buftypes = { "nofile" },
},
}