mirror of
https://github.com/mattn/vim-lsp-settings.git
synced 2025-12-22 12:14:21 +01:00
17 lines
253 B
Batchfile
17 lines
253 B
Batchfile
@echo off
|
|
|
|
git clone "https://github.com/castwide/solargraph" .
|
|
|
|
call bundle install --path vendor/bundle
|
|
|
|
echo @echo off ^
|
|
|
|
setlocal ^
|
|
|
|
set BUNDLE_GEMFILE=%%~dp0Gemfile ^
|
|
|
|
bundle exec ruby %%~dp0\bin\solargraph %%* ^
|
|
|
|
> solargraph.cmd
|
|
|