mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 19:38:20 +00:00

* vim.ui.input is an overridable function that prompts for user input * take an opts table and the `on_confirm` callback, see `:help vim.ui.input` for more details * defaults to a wrapper around vim.fn.input(opts) * switches the built-in client's rename handler to use vim.ui.input by default