Minimal automatic tabline for neovim.
- Shows opened windows and their types in tab title
- Shows number of modifications on each tab
- When tabs don't fit to screen, removes tabs from left or right and shows
...
- Mouse support for selecting and closing tabs
lazy.nvim:
{
"mgnsk/autotabline.nvim",
config = function()
require("autotabline").setup()
end,
},
TabLineSel
- current tabTabLineFill
- inactive tabs and tab row
https://stackoverflow.com/questions/33710069/how-to-write-tabline-function-in-vim/33765365#33765365