Change `border_style` to a more adaptable `border_style` with options
Options: default, bright, flat
This brings an additional option to the previous bright_border option which could be more tweakable.
Could you please provide some screenshots?
Here are a few screenshots of both neotree and cmp plugins with each of the 3 options for border_style
border_style='bright':
border_style='default'
border_style='flat'
Didn't check the code but I like the addition :)
Please just check how this interacts with setting stuff like the telescope style. Might break if you set both to different settings.
As far as I've checked, some plugins (like telescope) have a specific setting for their integration for style.
I believe this is a good approach, since a general approach like border_style could be used as a sane default and would be probably too hard to satisfy a wide range of options.
Leveraging a more specific setting inside telescope object in the setup for more intricate details would allow to configure each plugin in more detail if needed.