antosha417 / nvim-lsp-file-operations

Neovim plugin that adds support for file operations using built-in LSP
Apache License 2.0
299 stars 17 forks source link

Nil `resp` when using `typescript-tools` #16

Closed Cretezy closed 1 year ago

Cretezy commented 1 year ago

When using with https://github.com/pmizio/typescript-tools.nvim, which does support workspace/willRenameFiles, I am getting the following error:

Error in event handler for event file_renamed[nvim_lsp_file_operations_rename]: ...-file-operations/lua/lsp-file-operations/will-rename.lua:20: attempt to index local 'resp' (a nil value)

I am using neo-tree if that helps.