Files
neovim/runtime
Mathias Fussenegger 56834f4552 fix(lsp): set workspace.configuration capability
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)
2022-07-28 08:43:44 +02:00
..
2021-05-01 14:22:52 -04:00
2021-09-13 16:33:41 +02:00
2021-05-01 22:29:03 -04:00
2014-12-19 15:28:49 -05:00
2021-03-09 19:21:26 +01:00
2021-11-27 19:39:42 +01:00
2019-07-29 20:50:07 +02:00
2021-04-27 09:21:32 -04:00
2019-07-29 20:50:07 +02:00
2022-06-26 08:08:22 -07:00
2021-05-01 22:29:03 -04:00
2021-05-01 22:29:02 -04:00