mirror of
https://github.com/mattn/vim-lsp-settings.git
synced 2025-12-12 20:35:54 +01:00
17 lines
321 B
Batchfile
17 lines
321 B
Batchfile
@echo off
|
|
|
|
cd %~dp0
|
|
if exist "..\servers\solargraph" rd /S /Q "..\servers\solargraph"
|
|
md "..\servers\solargraph"
|
|
cd "..\servers\solargraph"
|
|
git clone "https://github.com/castwide/solargraph" .
|
|
|
|
call bundle install --path vendor/bundle
|
|
|
|
echo @echo off ^
|
|
|
|
bundle exec ruby %%~dp0\bin/solargraph stdio ^
|
|
|
|
> solargraph.cmd
|
|
|