return { { "codybuell/cmp-lbdb", version = "1.*", dependencies = { { "saghen/blink.compat" }, { "saghen/blink.cmp", opts = { sources = { providers = { lbdb = { name = "lbdb", module = "blink.compat.source", score_offset = -3, opts = { filetypes = { "mail", }, blacklist = { ".*noreply.*", }, mail_header_only = true, use_quotes = true, }, transform_items = function(_, items) local kind = require("blink.cmp.types").CompletionItemKind.Text for i = 1, #items do items[i].kind = kind items[i].kind_icon = "🪪" end return items end, }, }, }, }, }, }, }, }