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