romgrk / barbar.nvim

The neovim tabline plugin.
2.2k stars 81 forks source link

ref: deprecate `g:bufferline` #396

Closed Iron-E closed 1 year ago

Iron-E commented 1 year ago

Necessary to notify users who still use vim.g.bufferline / g:bufferline that they must use the bufferline.setup function, before we release v2.0.0

Todo:

vqbang96 commented 1 year ago

I have used the bufferline.setup function, but the notification still shows up, Is that normal ?

Iron-E commented 1 year ago

I have used the bufferline.setup function, but the notification still shows up, Is that normal ?

That shouldn't happen. If you have a plublicly-available config feel free to post so I can take a look.

Until then, feel free to pin https://github.com/romgrk/barbar.nvim/commit/a2334fb2c4c4abf3fa2ecc75300ff843ede8313d

vqbang96 commented 1 year ago

Currently this is my setup for barbar.nvim, just a simple setup.

image
Iron-E commented 1 year ago

Thanks. I'll open a new issue just in case others have the same

vqbang96 commented 1 year ago

Many thanks :D