diff options
author | Sebastian Lyng Johansen <seblyng98@gmail.com> | 2021-11-07 16:13:53 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-07 07:13:53 -0800 |
commit | 16d4af6d2f549709aa55510f5ae52238c5cadb9c (patch) | |
tree | 69737a428f78aa7f7df1540038c5d6d463d3e875 /runtime/lua/vim/lsp.lua | |
parent | b74916cfd21fc307ad4898a519e1407411a01ba5 (diff) | |
download | rneovim-16d4af6d2f549709aa55510f5ae52238c5cadb9c.tar.gz rneovim-16d4af6d2f549709aa55510f5ae52238c5cadb9c.tar.bz2 rneovim-16d4af6d2f549709aa55510f5ae52238c5cadb9c.zip |
feat(ui): add vim.ui.input and use in lsp rename (#15959)
* 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
Diffstat (limited to 'runtime/lua/vim/lsp.lua')
0 files changed, 0 insertions, 0 deletions