Open
Description
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