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