---@module 'blink.cmp' ---@type blink.cmp.SourceProviderConfig local copilot = { name = "copilot", module = "blink-copilot", score_offset = 100, async = true, } return copilot