stevearc / dressing.nvim

Neovim plugin to improve the default vim.ui interfaces
MIT License
1.7k stars 32 forks source link

[Feature] Pre-select default text in `vim.ui.input` #86

Closed utilyre closed 1 year ago

utilyre commented 1 year ago

I generally use this plugin for LSP rename, so wanted to ask if it's possible to have an option for pre-selecting (in the select mode not visual) the default text in the input window.

Many thanks for this amazing plugin :rocket:

stevearc commented 1 year ago

Take a look at #11 and see if that discussion changes anything

utilyre commented 1 year ago

Take a look at #11 and see if that discussion changes anything

Thanks! The given solution is so much better :)