/asyncomplete-look

Word dictionary completion source for asyncomplete.vim

Primary LanguageVim ScriptMIT LicenseMIT

asyncomplete-look

Word dictionary completion source for asyncomplete.vim

Inspired by neco-look.

Requirement

  • asyncomplete.vim
  • look command works

Usage

au User asyncomplete_setup call asyncomplete#register_source({
    \ 'name': 'look',
    \ 'whitelist': ['text', 'markdown'],
    \ 'completor': function('asyncomplete#sources#look#completor'),
    \ })