Provide syntax autocompletion source for asyncomplete.vim via neco-syntax
Plug 'Shougo/neco-syntax'
Plug 'prabirshrestha/asyncomplete.vim'
Plug 'prabirshrestha/asyncomplete-necosyntax.vim'
au User asyncomplete_setup call asyncomplete#register_source(asyncomplete#sources#necosyntax#get_source_options({
\ 'name': 'necosyntax',
\ 'allowlist': ['*'],
\ 'completor': function('asyncomplete#sources#necosyntax#completor'),
\ }))