Add TypeScript support
This commit is contained in:
parent
2f9df47bce
commit
add867aa9d
2 changed files with 6 additions and 0 deletions
3
init.vim
3
init.vim
|
@ -128,3 +128,6 @@ let g:LanguageClient_serverCommands = {
|
||||||
\ 'rust': ['rust-analyzer'],
|
\ 'rust': ['rust-analyzer'],
|
||||||
\ }
|
\ }
|
||||||
|
|
||||||
|
lua<<EOF
|
||||||
|
require('lspconfig').tsserver.setup{}
|
||||||
|
EOF
|
||||||
|
|
3
plug.vim
3
plug.vim
|
@ -78,5 +78,8 @@ Plug 'fneu/breezy'
|
||||||
" Support for the cd replacement, zoxide
|
" Support for the cd replacement, zoxide
|
||||||
Plug 'nanotee/zoxide.vim'
|
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
|
" All of your Plugins must be added before the following line
|
||||||
call plug#end() " required
|
call plug#end() " required
|
||||||
|
|
Loading…
Reference in a new issue