mirror of
https://github.com/mattn/vim-lsp-settings.git
synced 2025-12-22 12:14:21 +01:00
7 lines
143 B
Bash
Executable File
7 lines
143 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
|
|
"$(dirname "$0")/npm_install.sh" vue-language-server @volar/vue-language-server@0.33.1
|
|
npm install typescript@4.6
|