[mini.pick] Custom Picker for LSP call and type hierarchy requests #2462
just-wasted
started this conversation in
Show and tell
Replies: 1 comment 2 replies
|
The screenshots look nice! The code is complex, but it's probably mostly a side effect of dealing with LSP. Which is one of the reasons why this is not a part of 'mini.nvim'.
My pleasure! Thanks for trusting 'mini.nvim'. There are more planned for the future :) |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi,
i'm currently in the process of reworking my nvim config and (as one does) figuering out which plugins can be replaced with Mini. Also getting a little more involved with lua than copy/posting stuff i find online.
I like mini.pick alot and didn't want to use another picker plugin just for the reason that some pickers aren't implemented in mini.pick. So i went down a rabbit hole. (and still haven't decided if mini.pick can fulfill all my picky needs)
Usage
In your autocommand where you setup keybindings for LSP stuff when a client attaches:
Code
Thank you evgeni for all your work on Mini and nvim!
All reactions