/asyncomplete-zsh.vim

provides zsh autocomplete for asyncomplete.vim

Primary LanguageShellMIT LicenseMIT

asyncomplete-zsh.vim

Provide zsh autocompletion source for asyncomplete.vim

Installing

Plug 'prabirshrestha/asyncomplete.vim'
Plug 'yuys13/asyncomplete-zsh.vim'

Registration

call asyncomplete#register_source({
      \ 'name': 'zsh',
      \ 'allowlist': ['zsh'],
      \ 'triggers': {'*': ['-']},
      \ 'completor': function('asyncomplete#sources#zsh#completor')
      \ })

Original code

It includes zsh-capture-completion and deoplete-zsh