mirror of
https://github.com/mattn/vim-lsp-settings.git
synced 2025-12-12 20:35:54 +01:00
11 lines
140 B
Batchfile
11 lines
140 B
Batchfile
@echo off
|
|
|
|
call composer require vimeo/psalm
|
|
|
|
echo @echo off ^
|
|
|
|
call %%~dp0\vendor\bin\psalm-language-server.cmd %%* ^
|
|
|
|
> %1.cmd
|
|
|