akinsho / bufferline.nvim

A snazzy bufferline for Neovim
GNU General Public License v3.0
3.51k stars 197 forks source link

[Bug]: NeoVim-qt on Windows Styling #219

Closed atomiccity closed 3 years ago

atomiccity commented 3 years ago

What happened?

The tabs appear to be unstyled on NeoVim-qt on Windows 10. I have vim.opt.termguicolors set to true. Is this plugin compatible with NeoVim-qt? I'm still pretty new to NeoVim and appreciate the help.

What did you expect to happen?

Expected behaviour is that the tabs appear styled like in the screenshots.

Additional Information

...

commit

No response

atomiccity commented 3 years ago

Here is a screenshot.

image

akinsho commented 3 years ago

Hi @atomiccity, so QT is a neovim GUI whereas this plugin is aimed at neovim in the terminal so it's styling doesn't apply to the tabs in QT. there might be a way to disable it's and use the terminal ones but I'm not familiar with QT so can't help

atomiccity commented 3 years ago

Ahh, I understand. Thank you for the help, @akinsho. This is a wonderful looking plugin!