mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
LSP: Add workspace.applyEdit client capabilities (#12313)
applyEdit is supported by the built-in client.
This commit is contained in:
parent
02155f5c10
commit
da6f38ab3c
@ -703,6 +703,7 @@ function protocol.make_client_capabilities()
|
|||||||
};
|
};
|
||||||
hierarchicalWorkspaceSymbolSupport = true;
|
hierarchicalWorkspaceSymbolSupport = true;
|
||||||
};
|
};
|
||||||
|
applyEdit = true;
|
||||||
};
|
};
|
||||||
experimental = nil;
|
experimental = nil;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user