Add TypeScript support

This commit is contained in:
Thomas Gideon 2021-12-28 16:07:11 -05:00
parent 2f9df47bce
commit add867aa9d
2 changed files with 6 additions and 0 deletions

View File

@ -128,3 +128,6 @@ let g:LanguageClient_serverCommands = {
\ 'rust': ['rust-analyzer'],
\ }
lua<<EOF
require('lspconfig').tsserver.setup{}
EOF

View File

@ -78,5 +78,8 @@ Plug 'fneu/breezy'
" Support for the cd replacement, zoxide
Plug 'nanotee/zoxide.vim'
" nvm to make JS/TS/Node easier to work with
Plug 'marene/nvm.vim'
" All of your Plugins must be added before the following line
call plug#end() " required