Awesome
completor-typescript
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')