Contributing guidelines
Module(s)
mini.tabline
Description
I would really like to be able to customize the "Tab 1/2" part of MiniTabline. My usecase is that I implemented a system myself to name tabs. This is a try to stay atop of different tasks I have to work on concurrently.
My suggestion would be to add a field to the config which is a function. This function would return what to print instead of "Tab 1/2". Then use this function inside make_tabpage_section.
I would also be willing to implement a PR for this if this gets your blessing.
Contributing guidelines
Module(s)
mini.tabline
Description
I would really like to be able to customize the "Tab 1/2" part of MiniTabline. My usecase is that I implemented a system myself to name tabs. This is a try to stay atop of different tasks I have to work on concurrently.
My suggestion would be to add a field to the config which is a function. This function would return what to print instead of "Tab 1/2". Then use this function inside
make_tabpage_section.I would also be willing to implement a PR for this if this gets your blessing.