Home

Awesome

completor-typescript

Typescript autocompletion for completor.vim.

Demo

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')