mirror of
https://github.com/mattn/vim-lsp-settings.git
synced 2025-12-12 20:35:54 +01:00
19 lines
236 B
Batchfile
19 lines
236 B
Batchfile
@echo off
|
|
|
|
echo @echo off ^
|
|
|
|
setlocal ^
|
|
|
|
set TARGET_DIR=%%1 ^
|
|
|
|
shift ^
|
|
|
|
cd %%TARGET_DIR%% ^
|
|
|
|
bundle exec rubocop %%* ^
|
|
|
|
> rubocop-lsp-mode.cmd
|
|
|
|
echo Install Done.
|
|
echo **You need add rubocop dependencies in Gemfile.**
|