# deoplete-abook `Deoplete-abook` offers asynchronous completion of email addresses in [Mutt](http://www.mutt.org/) using [abook](http://abook.sourceforge.net/) contacts stored in a plain text database. Inspired by [Greg Hurrell's](https://github.com/wincent) Vim screencast [#58](https://www.youtube.com/watch?v=BNnSjJOpXDk). ## Installation To install `deoplete-abook`, use your favorite [Neovim](https://neovim.io/) plugin manager. #### Using [vim-plug](https://github.com/junegunn/vim-plug) ```vim Plug 'Shougo/deoplete.nvim', {'do': ':UpdateRemotePlugins'} Plug 'fszymanski/deoplete-abook' ``` ## Documentation For more information, see `:help deoplete_abook.txt`.