mirror of
https://github.com/mattn/vim-lsp-settings.git
synced 2025-12-12 20:35:54 +01:00
This reverts commit 25b05bcd98.
Since yaml-language-server is available via npm, we can use npm to
install the server again. And npm command is more available than yarn.
Ref: https://github.com/redhat-developer/yaml-language-server/issues/521
Ref: https://github.com/redhat-developer/yaml-language-server/pull/528
4 lines
85 B
Batchfile
4 lines
85 B
Batchfile
@echo off
|
|
|
|
call "%~dp0\npm_install.cmd" yaml-language-server yaml-language-server
|