Closed Cretezy closed 1 year ago
When using with https://github.com/pmizio/typescript-tools.nvim, which does support workspace/willRenameFiles, I am getting the following error:
workspace/willRenameFiles
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.
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.