filipdutescu / renamer.nvim

VS Code-like renaming UI for Neovim, writen in Lua.
Apache License 2.0
302 stars 11 forks source link

[Bug] Error when using <cmd>lua require("renamer").rename()<cr> #121

Closed JjersaR closed 2 years ago

JjersaR commented 2 years ago

Describe the bug

When I try to use this command I get an error, it won't let me change the name of a function.

To reproduce

Use version 0.7.0 of neovim, try to use that command and then, at least for me, it gives error.

Expected behavior

It is expected to perform the rename action after pressing enter.

Environment

Screenshots

image image

filipdutescu commented 2 years ago

Hi, thanks for reporting the bug! I have started work on fixing this and GH-117 in GH-122, which should ensure a more stable future-proof plugin.

JjersaR commented 2 years ago

Thanks for replying, it's a great plugin, I find it very useful.

filipdutescu commented 2 years ago

Of course, after all it's made for others, so I value all feedback! :grin: