echasnovski / mini.nvim

Library of 40+ independent Lua modules improving overall Neovim (version 0.8 and higher) experience with minimal effort
MIT License
4.74k stars 179 forks source link

mini.pick: auto jump with one destination #809

Closed zydras07 closed 4 months ago

zydras07 commented 4 months ago

Contributing guidelines

Module(s)

mini.pick

Description

For LSP type pickers, it would be useful to automatically jump to a location when there is only one location to jump to without opening the menu. This could be implemented as a picker option.

echasnovski commented 4 months ago

Thanks for the suggestion!

This was already discussed during beta-testing. My reasoning is that starting a picker should always result into showing a picker.

Closing as not planned.