feat: make picker window winhighlight option configurable#30
feat: make picker window winhighlight option configurable#30nicholasxjy wants to merge 1 commit into
Conversation
|
Hi, and thanks for the PR! I can appreciate the use case here, but I'd like to implement this slightly differently to avoid config option bloat. Namely, I'd like to simply return the local win = Dart.pick()
vim.api.nvim_set_option_value('winhighlight', 'Whatever:YouWant', { win = win })This opens the door for your use case, but also many other possible use-cases - generally, it makes the picker window far more scriptable. |
look great, yeah we better keep |
|
Added, you can see the readme for usage but it's basically what we've outlined here. https://github.com/iofq/dart.nvim/blob/master/README.md?plain=1#L279 |
Add a
winhighlightoption for picker window, so we can style window a bit. like: