mirror of
https://github.com/mattn/vim-lsp-settings.git
synced 2026-06-11 15:48:11 +02:00
6 lines
101 B
Bash
Executable File
6 lines
101 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
"$(dirname "$0")/npm_install.sh" css-languageserver vscode-css-languageserver-bin
|