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