Auto Completion for contacts in a mutt aliases file
This plugin will get the contacts for a mutt aliases file and autocomplete them in vim while you type inside the To:
, Cc:
and Bcc:
headers.
Install git-lfs
.
Install the traditional way or just use Plug
Plug 'diego-treitos/MuttAliasesAutoCompletion'
Add g:mutt_aliases_path
to your .vimrc
with the path to your (neo)mutt aliases file
" Path to mutt aliases
let g:mutt_aliases_path = "~/.mutt/aliases"
Also available in webm video