Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fcpg/vim-complimentary
Better completion for Vim builtins
https://github.com/fcpg/vim-complimentary
completion vim viml
Last synced: 3 days ago
JSON representation
Better completion for Vim builtins
- Host: GitHub
- URL: https://github.com/fcpg/vim-complimentary
- Owner: fcpg
- Created: 2017-11-20T16:16:38.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-08-11T16:57:07.000Z (over 1 year ago)
- Last Synced: 2024-08-02T05:13:22.788Z (3 months ago)
- Topics: completion, vim, viml
- Language: Vim Script
- Size: 73.2 KB
- Stars: 22
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Vim-Complimentary
------------------Complimentary improves the completion of VimL builtin functions, commands, variables and options.
[![asciicast](https://asciinema.org/a/A2pVI7xZeqhFzQEvtaOBBQPJL.png)](https://asciinema.org/a/A2pVI7xZeqhFzQEvtaOBBQPJL)
A useful companion is the [echodoc](https://github.com/Shougo/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][1] - git clone https://github.com/fcpg/vim-complimentary ~/.vim/bundle/vim-complimentary
* [NeoBundle][2] - NeoBundle 'fcpg/vim-complimentary'
* [Vundle][3] - Plugin 'fcpg/vim-complimentary'
* [Plug][4] - Plug 'fcpg/vim-complimentary'
* manual - copy all files into your ~/.vim directoryLicense
--------
[Attribution-ShareAlike 4.0 Int.](https://creativecommons.org/licenses/by-sa/4.0/)[1]: https://github.com/tpope/vim-pathogen
[2]: https://github.com/Shougo/neobundle.vim
[3]: https://github.com/gmarik/vundle
[4]: https://github.com/junegunn/vim-plug