You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using Verible built-in language server for linting, diagnostics,... in Neovim (using lsp-config) but it doesn't have any completionProvider, so I'm setting up svlangserver as a second language server for the completionProvider. Is there a way I can disable other providers (hover, definitions,...) from svlangserver? Also, it seems that whenever started, svlangerserver create a .nvim/svlangserver at my project root directory, can I disable this behavior also?
The text was updated successfully, but these errors were encountered:
This should be done in your lsp client. There must be a setting to disable hover over requests to the server. The server just publishes capability to provider hover over definitions at startup. It doesn't push those unless asked by the client.
I'm using Verible built-in language server for linting, diagnostics,... in Neovim (using lsp-config) but it doesn't have any completionProvider, so I'm setting up svlangserver as a second language server for the completionProvider. Is there a way I can disable other providers (hover, definitions,...) from svlangserver? Also, it seems that whenever started, svlangerserver create a .nvim/svlangserver at my project root directory, can I disable this behavior also?
The text was updated successfully, but these errors were encountered: