mirror of
https://github.com/mattn/vim-lsp-settings.git
synced 2025-12-12 20:35:54 +01:00
10 lines
146 B
Bash
Executable File
10 lines
146 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
cd $(dirname $0)
|
|
|
|
. ./npm.sh
|
|
npm_install tsserver typescript
|
|
npm_install typescript-language-server typescript-language-server
|