A deoplete/neocomplete/neocomplcache plugin for /usr/bin/look
for completing words in English.
- 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
call dein#add('ujihisa/neco-look')
in your ~/.vimrc
- e.g. dein.vim
- Tatsuhiro Ujihisa
- Shougo Matsushita
GPL-3 or later