Skip to content

provides syntax autocomplete for asyncomplete.vim via necosyntax

Notifications You must be signed in to change notification settings

prabirshrestha/asyncomplete-necosyntax.vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

syntax source for asyncomplete.vim via neco-syntax

Provide syntax autocompletion source for asyncomplete.vim via neco-syntax

Installing

Plug 'Shougo/neco-syntax'
Plug 'prabirshrestha/asyncomplete.vim'
Plug 'prabirshrestha/asyncomplete-necosyntax.vim'

Registration

au User asyncomplete_setup call asyncomplete#register_source(asyncomplete#sources#necosyntax#get_source_options({
    \ 'name': 'necosyntax',
    \ 'allowlist': ['*'],
    \ 'completor': function('asyncomplete#sources#necosyntax#completor'),
    \ }))

About

provides syntax autocomplete for asyncomplete.vim via necosyntax

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published