Open danpascu opened 1 month ago
@danpascu I don't really actively support nightly neovim as I don't have the time to track all the changes that get made, my approach is to wait till these changes are confirmed and stable and released and then address any issues once what you describe might be reverted or changed further and I can't keep up up with nightly
That's fair. Feel free to close it or leave it open and look at it later if still relevant.
Is there an existing issue for this?
What happened?
I recently rebuilt neovim with a newer version to address some issue I had with another plugin. Before I was running
NVIM v0.11.0-dev-359+g5b778a64e
and the new version isNVIM v0.11.0-dev-1062+g8f9401f5c8
.When I started the new version I noticed the tabs looked different and were showing a differently colored gap between the active tab marker and the active tab itself.
Before updating neovim (
NVIM v0.11.0-dev-359+g5b778a64e
) it looked like this:while with the newer neovim (
NVIM v0.11.0-dev-1062+g8f9401f5c8
) looked like this:This happens with the
tokyonight
theme, but it doesn't happen withcatppuccin
so it seems to be theme dependant (tokyonight
is not the only theme affected, I noticed differently colored gaps and color artifacts with other themes as well).I ran bisect on the neovim repository and I found the commit that triggered the problem:
I am unsure if this issue is with bufferline or the themes being affected by the recent neovim change, so I apologize in advance if I filed this in the wrong place.
What did you expect to happen?
I expected it to display the tabs as before. I did not expect that gap to show up there.
Config
I did not modify any settings for bufferline. I'm running LazyVim with its default settings for bufferline.
This is what I found within LazyVim for configuring bufferline:
Additional Information
...
commit
It was not a bufferline commit that triggered this, but a neovim commit about 2 weeks ago. See the description above.