Use mini.pick for code actions #1437
-
Basically the title, is there a way to use |
Beta Was this translation helpful? Give feedback.
Answered by
echasnovski
Dec 29, 2024
Replies: 1 comment
-
As far as I can tell, |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
echasnovski
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As far as I can tell,
vim.lsp.buf.code_action()
works pretty well withvim.ui.select = MiniPick.ui_select
. So I don't see a reason for a separate picker.