mirror of
https://github.com/mattn/vim-lsp-settings.git
synced 2025-12-17 12:00:29 +01:00
6 lines
113 B
Bash
Executable File
6 lines
113 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
"$(dirname $0)/npm_install.sh" javascript-typescript-stdio javascript-typescript-langserver
|