nvim_runtime_lua

lsp.FileRename

Represents information on a file/folder rename.

Fields2

FileRename.oldUri : string

A file:// URI for the original location of the file/folder being renamed.

FileRename.newUri : string

A file:// URI for the new location of the file/folder being renamed.