mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 03:18:16 +00:00
LSP: Add workspace.applyEdit client capabilities (#12313)
applyEdit is supported by the built-in client.
This commit is contained in:

committed by
GitHub

parent
02155f5c10
commit
da6f38ab3c
@@ -703,6 +703,7 @@ function protocol.make_client_capabilities()
|
|||||||
};
|
};
|
||||||
hierarchicalWorkspaceSymbolSupport = true;
|
hierarchicalWorkspaceSymbolSupport = true;
|
||||||
};
|
};
|
||||||
|
applyEdit = true;
|
||||||
};
|
};
|
||||||
experimental = nil;
|
experimental = nil;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user