mirror of
https://github.com/mattn/vim-lsp-settings.git
synced 2025-12-12 20:35:54 +01:00
16 lines
253 B
Batchfile
16 lines
253 B
Batchfile
@echo off
|
|
|
|
if not exist package.json (
|
|
call npm init -y
|
|
|
|
echo {"name":""}>package.json
|
|
)
|
|
|
|
call npm install "graphql-language-service-cli"
|
|
|
|
echo @echo off ^
|
|
|
|
call %%~dp0\node_modules\.bin\graphql-lsp %%* ^
|
|
|
|
> graphql-language-server.cmd
|