mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 19:38:20 +00:00
lsp: Add support for file rename via workspaceEdit
This commit is contained in:
@@ -749,6 +749,9 @@ function protocol.make_client_capabilities()
|
||||
};
|
||||
workspaceFolders = true;
|
||||
applyEdit = true;
|
||||
workspaceEdit = {
|
||||
resourceOperations = {'rename',},
|
||||
};
|
||||
};
|
||||
callHierarchy = {
|
||||
dynamicRegistration = false;
|
||||
|
Reference in New Issue
Block a user