Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 417 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 417 Bytes

vim-lsp-typescript

Sets up vim-lsp for TypeScript.

Installing

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'

License

MIT