-
Notifications
You must be signed in to change notification settings - Fork 273
Closed
Description
Is your feature request related to a problem? Please describe.
In order to configure the texlab language server:
- texlab only use the
workspace/configurationrequest to fetch the configuration from the client. - LanguageClient-Neovim only use the
workspace/didChangeConfigurationrequest to push the configuration to the server.
Describe the solution you'd like
It would be nice if LanguageClient-neovim could support the workspace/configuration request so that all features of texlab can be used together with LanguageClient-Neovim!
Additional context
Here is the mirrored feature request made on the TexLab repo: latex-lsp/texlab#123
Metadata
Metadata
Assignees
Labels
No labels