mirror of
https://github.com/mattn/vim-lsp-settings.git
synced 2025-12-12 20:35:54 +01:00
6 lines
114 B
Bash
Executable File
6 lines
114 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
|
|
"$(dirname "$0")/npm_install.sh" docker-langserver dockerfile-language-server-nodejs
|