Sets up vim-lsp for TypeScript.
Install typescript language server using npm:
npm install -g typescript typescript-language-server
Install the vim plugins:
" Dependencies
Plug 'prabirshrestha/async.vim'
Plug 'prabirshrestha/vim-lsp'
Plug 'ryanolsonx/vim-lsp-typescript'
MIT