Complimentary improves the completion of VimL builtin functions, commands, variables and options.
A useful companion is the echodoc plugin from Shougo.
This plugin requires the getcompletion() function (Vim8 or late 7.4 patches).
gawk is needed if you want to rebuild the completion data yourself.
Use your favorite method:
- Pathogen - git clone https://github.com/fcpg/vim-complimentary ~/.vim/bundle/vim-complimentary
- NeoBundle - NeoBundle 'fcpg/vim-complimentary'
- Vundle - Plugin 'fcpg/vim-complimentary'
- Plug - Plug 'fcpg/vim-complimentary'
- manual - copy all files into your ~/.vim directory
