ghillb / cybu.nvim

Neovim plugin that offers context when cycling buffers in the form of a customizable notification window.
MIT License
308 stars 5 forks source link

Add option buffer number #2

Closed Runeword closed 2 years ago

Runeword commented 2 years ago

Add an option to show / hide buffer number

Thanks

ghillb commented 2 years ago

Good suggestion! This will be added soon.

ghillb commented 2 years ago

There is a new option available in the main branch:

style = {
    hide_buffer_id = true,
},

If you could try it out and report back, that would be cool!

Runeword commented 2 years ago

I just updated my config with this new option, it's perfect ! Thank you

ghillb commented 2 years ago

Glad to hear :)