notmuch address source for the following completion engines:
require('cmp').setup {
sources = {
{ name = 'notmuch' }
}
}
sources = {
providers = {
-- default providers
{ "blink.cmp.sources.lsp", name = "LSP" },
{ "blink.cmp.sources.path", name = "Path", score_offset = 3 },
{ "blink.cmp.sources.snippets", name = "Snippets", score_offset = -3 },
{ "blink.cmp.sources.buffer", name = "Buffer", fallback_for = { "LSP" } },
-- notmuch source
{ "blink.cmp.sources.notmuch", name = "Notmuch" },
},
}