Files
vim-lsp-settings-mirror/installer/install-puppet-ls.cmd
2021-12-23 13:06:33 +09:00

18 lines
334 B
Batchfile

@echo off
git clone --depth=1 https://github.com/puppetlabs/puppet-editor-services.git .
call bundle config set --local path 'vendor/bundle'
call bundle install
call bundle exec rake gem_revendor
echo @echo off ^
setlocal ^
set BUNDLE_GEMFILE=%%~dp0Gemfile ^
bundle exec ruby %%~dp0\puppet-languageserver %%* ^
> puppet-ls.cmd