completor-typescript
October 30, 2017 ยท View on GitHub
Typescript autocompletion for completor.vim.

Install
Install completor.vim first.
$ pack install maralla/completor-typescript
Plug 'maralla/completor-typescript'
Tips
Change tsserver location:
let g:completor_tsserver_binary = '/path/to/tsserver'
Goto definition:
:call completor#do('definition')
View documentation:
:call completor#do('doc')