UI Extensions stop working after Neovim 0.6 #199
-
Hi @mfussenegger, The
I used I tried this: require("jdtls.ui").pick_one_async = vim.ui.select Would you please give me an advice? Thank you. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Looks like you could use https://github.com/nvim-telescope/telescope-ui-select.nvim |
Beta Was this translation helpful? Give feedback.
Looks like you could use https://github.com/nvim-telescope/telescope-ui-select.nvim
The built-in client and nvim-jdtls use
vim.ui.select
and if telescope provides the implementation for it, you should get telescope prompts for the selection