Skip to content

nvim-compe completion for notmuch addresses in mail filetypes

Notifications You must be signed in to change notification settings

faximilie/compe-notmuch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

compe-nvim

notmuch address completion source for nvim-compe.

Usage

For packer:

use {
    'faximilie/compe-notmuch',
    requires = 'hrsh7th/nvim-compe',
    after = 'nvim-compe',
    config = [[require('compe-notmuch').setup()]],
}

require('compe').setup({
    source = {
        vCard = true,
        -- probably some other sources as well
    }
})

Credits

Heavily modified from completion-vcard

About

nvim-compe completion for notmuch addresses in mail filetypes

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages