mikavilpas / yazi.nvim

A Neovim Plugin for the yazi terminal file manager
MIT License
243 stars 7 forks source link

fix(lsp): only notifying lsp of renames for open buffers #42

Closed mikavilpas closed 2 months ago

mikavilpas commented 2 months ago

This fixes an error in the following case:

At this point, the LSP server would receive a notification of the rename only for the file that was open in neovim, and not for the other files in the directory. This would cause the LSP server to only apply changes related to the one open file.