mirror of
https://github.com/neovim/neovim.git
synced 2026-01-27 15:16:04 +00:00
Neovim implements `workspace/configuration`
It should set the capability accordingly.
From https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#clientCapabilities:
/**
* The client supports `workspace/configuration` requests.
*
* @since 3.6.0
*/
configuration?: boolean;
(cherry picked from commit 13594c7a6f)