vim-complimentary
vim-complimentary copied to clipboard
Better completion for Vim builtins
trafficstars
Vim-Complimentary
Complimentary improves the completion of VimL builtin functions, commands, variables and options.
A useful companion is the echodoc plugin from Shougo.
Requirements
This plugin requires the getcompletion() function (Vim8 or late 7.4 patches).
gawk is needed if you want to rebuild the completion data yourself.
Installation
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
