filipdutescu / renamer.nvim

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

fix: renaming leading to file rename #103

Closed filipdutescu closed 2 years ago

filipdutescu commented 2 years ago

Motivation

Fix qflist changes logic for renames that lead to new file names, such as jdtls rename of a class or rust-analyzer rename of a file in an import statement.

Closes: GH-100

Proposed changes

Test plan

Existing tests cover the functionality.