Skip to content

Valodim/deoplete-notmuch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

deoplete-notmuch

Deoplete-notmuch offers asynchronous completion of email addresses using notmuch address. Based on @paretje's deoplete-notmuch, which was inspired by @fszymanski and @frbor's abook sources.

Installation

To install deoplete-notmuch, use your favourite plugin manager.

Using vim-plug on neovim

Plug 'Shougo/deoplete.nvim', {'do': ':UpdateRemotePlugins'}
Plug 'Valodim/deoplete-notmuch', {'for': 'mail'}

Configuration

" notmuch address command to fetch completions. in theory, any command that
" outputs addresses one per line is compatible.
" must be --format=text. note that --output=recipients is very slow!
let g:deoplete#sources#notmuch#command = ['notmuch', 'address', '--format=text', '--deduplicate=address', '*']

About

Deoplete completion source for notmuch

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages