mirror of
https://github.com/mattn/vim-lsp-settings.git
synced 2025-12-17 12:00:29 +01:00
9 lines
114 B
Bash
Executable File
9 lines
114 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
cd $(dirname $0)
|
|
|
|
. ./npm.sh
|
|
npm_install docker-langserver dockerfile-language-server-nodejs
|