How to define tabline and winbar? #40
-
I was able to easily incorporate an example by copying it into my dotfiles and using a config closure in the Lazy entry for Nougat to load it, and statusline looks great. But the bubbly example does not make any changes to my tabline or winbar. Is this intentional? Could we get some simple docs to show what all the settable values are? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 8 replies
-
Hey, thanks for trying it out.
Using Winbar should be exactly the same as using Statusline. With the following differences:
Tabline support is a bit experimental (well, the whole plugin is experimental 😂). But you can check this for example: https://github.com/MunifTanjim/dotfiles/blob/3d81d787b5/private_dot_config/nvim/lua/plugins/ui/nougat.lua#L272-L305 Since this plugin is still work-in-progress, the documentation is a bit lacking. Once I get the time to implement a few more features (e.g. #38), I'll focus on better documentation. |
Beta Was this translation helpful? Give feedback.
Docs:
Examples: