Skip to content

michaeladler/cmp-notmuch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

cmp-notmuch

notmuch address source for the following completion engines:

Setup

nvim-cmp

require('cmp').setup {
  sources = {
    { name = 'notmuch' }
  }
}

blink.cmp

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" },
    },
}

About

notmuch address auto-completion for nvim-cmp

Resources

License

Stars

Watchers

Forks

Languages