Bekaboo / dropbar.nvim

IDE-like breadcrumbs, out of the box
GNU General Public License v3.0
896 stars 17 forks source link

feat(ui-select): support optional preview of items #124

Closed willothy closed 4 months ago

willothy commented 6 months ago

Adds optional preview support to the ui-select menu, via the preview and preview_close fields on the options table.

willothy commented 6 months ago

Depends on #123, do not merge

willothy commented 5 months ago

@Bekaboo I rebased this on top of master so it no longer depends on the closed PR - thoughts? I use this in my config for previewing code actions:

https://github.com/willothy/nvim-config/blob/3a9a036bccb5f06d92ddbc52eb548da0ae0b3521/lua/willothy/modules/ui/code_actions.lua#L473

Bekaboo commented 5 months ago

Thanks, looks great! I are going to merge this after dealing with #131

willothy commented 5 months ago

Thanks, looks great! I are going to merge this after dealing with #131

Awesome, sounds good!

willothy commented 5 months ago

@Bekaboo ready to merge this one soon? It's pretty minimal

Bekaboo commented 4 months ago

Yep, sorry for the delay.

Bekaboo commented 4 months ago

@willothy vimdoc missing

willothy commented 4 months ago

Oops, my bad! I keep forgetting to mirror the readme changes to the vimdoc.