-
### Requirements
- [X] I have skimmed [other issues](https://github.com/utilyre/barbecue.nvim/issues) to see if this bug has already been reported.
- [X] I'm fully certain that this is not a break…
-
### Problem
When multiple tabs exist, `:set winbar=%f%m` the winbar doesn't appear on unfocused tabs.
### Steps to reproduce
- open nvim
- create tab with `:tabnew`
- switch to the first tab with…
-
I use lualine and [nvim-navic](https://github.com/SmiteshP/nvim-navic) to display winbar.
I also set options.transparent in [nightfox](https://github.com/EdenEast/nightfox.nvim) to make it transparen…
-
### Describe the bug
When you open a diff with with `scrollbind` on, and one of the buffers has a winbar open, but the other one does not, the scrolling for the buffers will be off by 1 line.
##…
-
As I use a custom winbar plugin, I'd like to disable the winbar component of this plugin.
The `enabled` key in the `winbar` configuration dictionary has no effect
```lua
winbar = {
enabled = …
-
### Feature already in Vim?
no
### Feature description
when evaluating an expression with `%{%...%}` winbar is not removed if the final value is null. For example
```vim
function Empty()
ret…
-
No errors, just blank empty line in place of winbar.
-
### Description
I have chosen to create a new issue based on #251. This decision stems from my efforts to pinpoint the problem and construct a minimal configuration that reliably reproduces the error…
-
### Neovim version (nvim -v)
0.8.0 commit 1f1863ed5
### Vim (not Nvim) behaves the same?
no
### Operating system/version
Arch linux
### Terminal name/version
Kitty terminal
###…
-
I'm trying out barbecue as it offers minimal design (and works differently than my version of settings with Lualine).
However I wish winbars on inactive windows to dim like how Lualine does.
wit…