You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

19 lines
677 B

# 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`.