mirror of
https://github.com/mattn/vim-lsp-settings.git
synced 2026-05-30 11:18:40 +02:00
17 lines
311 B
Batchfile
17 lines
311 B
Batchfile
@echo off
|
|
|
|
git clone --depth=1 https://github.com/kwerle/ruby_language_server .
|
|
|
|
call bundle install --without development --path vendor/bundle
|
|
|
|
echo @echo off ^
|
|
|
|
setlocal ^
|
|
|
|
set BUNDLE_GEMFILE=%%~dp0Gemfile ^
|
|
|
|
bundle exec ruby %%~dp0\exe\ruby_language_server %%* ^
|
|
|
|
> ruby_language_server.cmd
|
|
|