j-morano / buffer_manager.nvim

A simple plugin to easily manage Neovim buffers.
MIT License
232 stars 12 forks source link

What are some/all possible values for `win_extra_options`? #30

Closed james-d-mitchell closed 8 months ago

james-d-mitchell commented 9 months ago

Thanks for the plugin, I'm finding it useful!

The title says it all, what are the possible values for win_extra_options? Similarly, what are the possible options for highlight? In this repo, the only examples are when these options are empty.

phenax commented 9 months ago

But yeah, some examples in the README for this would be really helpful.

I am using the following in my config to customize the UI -

{
    highlight = 'Normal:BufferManagerBorder',
    win_extra_options = {
      winhighlight = 'Normal:BufferManagerNormal',
    },
}
j-morano commented 8 months ago

Thanks @phenax for the reply. I will add your example to the README.