nanozuki / tabby.nvim

A declarative, highly configurable, and neovim style tabline plugin. Use your nvim tabs as a workspace multiplexer!
MIT License
599 stars 21 forks source link

Tabby + Treesitter: wrong tabs highlighting #15

Closed VKondakoff closed 3 years ago

VKondakoff commented 3 years ago

Hi!

There is a wrong Tabby tabs highlighting if Treesitter is installed:

Снимок экрана 2021-10-10 в 01 30 39

If I comment out the Treesitter and recompile the Packer script the tabs are looking as usual:

Снимок экрана 2021-10-10 в 01 32 53

(macOS, iTerm2, Neovim nightly)

nanozuki commented 3 years ago

Maybe some bugs here. Can you provide a minimal config file?

VKondakoff commented 3 years ago

Sorry, I still can reproduce this, but right now the wrong tabline highlighting means there is something wrong in my packer script. So, I think this is not Tabby bug. Please, close this issue for now!