mirror of
https://github.com/mattn/vim-lsp-settings.git
synced 2025-12-12 20:35:54 +01:00
6 lines
172 B
Batchfile
6 lines
172 B
Batchfile
@echo off
|
|
|
|
call "%~dp0\npm_install.cmd" vue-language-server @vue/language-server@^3.0.0
|
|
ren vue-language-server.cmd volar-server.cmd
|
|
call npm install typescript@5.8.3
|