Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ujihisa/neco-look
A neocomplcache plugin for English, using look command
https://github.com/ujihisa/neco-look
Last synced: about 1 month ago
JSON representation
A neocomplcache plugin for English, using look command
- Host: GitHub
- URL: https://github.com/ujihisa/neco-look
- Owner: ujihisa
- Created: 2011-02-04T02:47:34.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2021-07-26T06:07:43.000Z (over 3 years ago)
- Last Synced: 2024-05-01T23:19:33.413Z (7 months ago)
- Language: Python
- Homepage: http://www.vim.org/scripts/script.php?script_id=3440
- Size: 26.4 KB
- Stars: 73
- Watchers: 7
- Forks: 12
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# neco-look: look completion for deoplete/neocomplete/neocomplcache
A deoplete/neocomplete/neocomplcache plugin for `/usr/bin/look` for completing words in English.
## install
* Install one of the following comprehensive Vim auto-completion plugins
* deoplete.nvim (recommended)
* neocomplete.vim (its development has been discontinued)
* neocomplcache.vim (its development has been discontinued)
* Make sure if you already have `look` command
* Mac: this should be preinstalled
* ArchLinux: https://www.archlinux.org/packages/core/x86_64/util-linux/
* Windows: https://github.com/ujihisa/neco-look/wiki
* Use your favourite Vim plugin manager to install neco-look itself as well
* e.g. [dein.vim](https://github.com/Shougo/dein.vim)
* `call dein#add('ujihisa/neco-look')` in your ~/.vimrc## Authors
* Tatsuhiro Ujihisa
* Shougo Matsushita## License
GPL-3 or later