Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use svlangserver as completionProvider only in Neovim LSP #51

Closed
MinhTran0911 opened this issue Nov 4, 2024 · 1 comment
Closed

Use svlangserver as completionProvider only in Neovim LSP #51

MinhTran0911 opened this issue Nov 4, 2024 · 1 comment

Comments

@MinhTran0911
Copy link

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?

@kkanhere
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants