---@module 'blink.cmp'
---@type blink.cmp.SourceProviderConfig
local dap = {
    name = "dap",
    module = "blink.compat.source",
    score_offset = -3,
    opts = {},
}

return dap