Skip to content

Option to exclude a client completely #58

@mcchrish

Description

@mcchrish

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" } })

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions