-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
Based of issue #9
About -L, that should be possible also but i'm not sure how it would be communicated to the lsp serve? thru extension option? some kind of config in jq file?
I think the first and easiest way to implement it, is to use the initializationOptions. There's also workspaceConfiguration and didChangeConfiguration.
The neovim lsp documentation states:
Most language servers expect to be sent client specified settings after initialization. Neovim does not make this assumption. A workspace/didChangeConfiguration notification should be sent to the server during on_init.
So I'm not sure if vim is sending the initializationOptions in the initialize request.
Metadata
Metadata
Assignees
Labels
No labels