stevearc / dressing.nvim

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

Question: how to detect if `vim.ui.input` is been patched by this plugin via lua? #125

Closed linrongbin16 closed 11 months ago

linrongbin16 commented 11 months ago

Hi, is there a way to detect if vim.ui.input is been patched by this plugin, or I'm using the builtin neovim's vim.ui.input?

stevearc commented 11 months ago

There's not a great way to do so. What are you trying to accomplish?

linrongbin16 commented 11 months ago

emmm, I should close this issue for now, maybe after I come up with a minimal init lua that can re-produce the issue that I want to show.