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

Option to exclude a client completely #58

Open
mcchrish opened this issue May 29, 2023 · 0 comments
Open

Option to exclude a client completely #58

mcchrish opened this issue May 29, 2023 · 0 comments

Comments

@mcchrish
Copy link

As the title says. The specific use case for me is that I don't want emmet_ls to be in the suggestions. I'm already communicating with it directly with a custom trigger.

Of course it would be possible to just filter results via entry_filter option, but I think it will be slightly better to not send requests to the server at all.

Example config would be:

require("cmp_nvim_lsp").setup({ exclude_client = { "emmet_ls" } })
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

1 participant