folke / noice.nvim

💥 Highly experimental plugin that completely replaces the UI for messages, cmdline and the popupmenu.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

feature: add support for vim.lsp.buf.rename() function

theKnightsOfRohan opened this issue · comments

Did you check the docs?

  • I have read all the noice.nvim docs

Is your feature request related to a problem? Please describe.

It's not really a problem, but it's just disconcerting to have a combination of old and new UI when using the rename function.

Describe the solution you'd like

When using the vim.lsp.buf.rename() function, a dialog similar to that of the command or search bar should appear.

Describe alternatives you've considered

I don't know about any other alternatives which would make sense, but I could see there being a slight issue because the rename function allows you to use both normal and insert mode in the dialog, which I don't know if you want noice to support.

Additional context

No response