notmuch address completion source for nvim-compe.
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
}
})
Heavily modified from completion-vcard