tpope / vim-projectionist

projectionist.vim: Granular project configuration
https://www.vim.org/scripts/script.php?script_id=4989
1.06k stars 67 forks source link

Would it be possible to use vim.ui.select (neovim) over inputlist if defined? #174

Closed entropitor closed 2 years ago

entropitor commented 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?

tpope commented 2 years ago

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.

entropitor commented 2 years ago

I guess not 😢