Closed entropitor closed 2 years ago
In neovim, users can overwrite the selection menu through vim.ui.select function in lua. Would it be an option if this library calls that function if it exists (instead of inputlist) so in neovim we can change how we get prompted?
vim.ui.select
Is there a way it can be used synchronously? I don't mind providing a hook, but I don't want to retool the interaction model.
I guess not 😢
In neovim, users can overwrite the selection menu through
vim.ui.select
function in lua. Would it be an option if this library calls that function if it exists (instead of inputlist) so in neovim we can change how we get prompted?