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
6 lines
104 B
Bash
Executable File
6 lines
104 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
|
|
"$(dirname "$0")/npm_install.sh" yaml-language-server yaml-language-server
|