Skip to content

blink.cmp & cmp-dap #1397

Open
Open
@jay-babu

Description

@jay-babu

Is your feature related to a problem?

cmp-dap not available when using blink.cmp

Describe the new feature

blink.cmp has a compatibility layer for cmp sources such as https://github.com/rcarriga/cmp-dap. Using https://github.com/saghen/blink.compat, it should be possible to get this to work.

        dap = {
          name = "dap",
          module = "blink.compat.source",
          enabled = function()
            require("cmp_dap").is_dap_buffer()
          end,
        },

i see this snippet in Saghen/blink.cmp#1319 that should make it possible to work, however i do not know the best way of going about this otherwise i would create a PR

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions