astrocommunity icon indicating copy to clipboard operation
astrocommunity copied to clipboard

blink.cmp & cmp-dap

Open jay-babu opened this issue 9 months ago • 2 comments

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 https://github.com/Saghen/blink.cmp/issues/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

jay-babu avatar Mar 24 '25 01:03 jay-babu

Feel free to open a pr 😄

Yorizel avatar Mar 27 '25 11:03 Yorizel

Feel free to open a pr 😄

He says in the issue:

...however i do not know the best way of going about this otherwise i would create a PR

Uzaaft avatar Apr 15 '25 11:04 Uzaaft