Skip to content

yuys13/asyncomplete-zsh.vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

provides zsh autocomplete for asyncomplete.vim

Topics

Resources

License

Stars

Watchers

Forks

Sponsor this project