nvim-lualine / lualine.nvim

A blazing fast and easy to configure neovim statusline plugin written in pure lua.
MIT License
5.71k stars 455 forks source link

Feat: Ability to use extensions in winbars and tabline #1229

Open sleeptightAnsiC opened 2 months ago

sleeptightAnsiC commented 2 months ago

Requested feature

I kindly ask for a feature that would allow for using extensions inside of winbars and tabline.\ Currently, extensions can be turned on/off globally and it only works for statusline.\ Additional configuration capability could allow for enabling extensions locally, e.g. only for specific winbar.\

Motivation

Lack of such ability is undesired because lots of things in lualine.nvim already work for these two cases, so extensions could also do. I myself use lualine for displaying most of components in the tabline, so in my case I pretty much cannot use extensions at all.