lee-shun / asyncomplete-dictionary_old.vim

provides Vim dictionary autocomplete for asyncomplete.vim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

asyncomplete-dictionary

Vim dictionary for each filetype completion source for asyncomplete.vim

Requirement

  • asyncomplete.vim
  • grep command works
  • Set the path to the dictionary file in Vim dictionary option

Optional

  • fzy command works If you want to do fuzzy search

Usage

call asyncomplete#register_source({
    \ 'name': 'dictionary',
    \ 'max_item':5,
    \ 'allowlist': ['*'],
    \ 'completor': function('asyncomplete#sources#dictionary#completor'),
    \ })

About

provides Vim dictionary autocomplete for asyncomplete.vim

License:MIT License


Languages

Language:Vim Script 100.0%