Skip to content

provides typescript autocomplete for asyncomplete.vim via tscompletejob

Notifications You must be signed in to change notification settings

prabirshrestha/asyncomplete-tscompletejob.vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Typescript source for asyncomplete.vim via tscompletejob

Provide TypeScript autocompletion source for asyncomplete.vim via tscompletejob. Internally tscompletejob uses tsserver

Requirements

asyncomplete-tscompletejob works on Vim8+ and Neovim.

Installing

Plug 'prabirshrestha/asyncomplete.vim'
Plug 'runoshun/tscompletejob'
Plug 'prabirshrestha/asyncomplete-tscompletejob.vim'

Registration

call asyncomplete#register_source(asyncomplete#sources#tscompletejob#get_source_options({
    \ 'name': 'tscompletejob',
    \ 'allowlist': ['typescript'],
    \ 'completor': function('asyncomplete#sources#tscompletejob#completor'),
    \ }))

Credits

About

provides typescript autocomplete for asyncomplete.vim via tscompletejob

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published