I broke up with neovim....vim is my best friend now
This commit is contained in:
17
dot_vim/plugged/vim-lsp-settings/installer/install-steep.cmd
Normal file
17
dot_vim/plugged/vim-lsp-settings/installer/install-steep.cmd
Normal file
@@ -0,0 +1,17 @@
|
||||
@echo off
|
||||
|
||||
git clone --depth=1 https://github.com/soutaro/steep.git .
|
||||
|
||||
call bundle config set --local path vendor/bundle
|
||||
call bundle config set --local without development
|
||||
call bundle install
|
||||
|
||||
echo @echo off ^
|
||||
|
||||
setlocal ^
|
||||
|
||||
set BUNDLE_GEMFILE=%%~dp0Gemfile ^
|
||||
|
||||
bundle exec steep %%* ^
|
||||
|
||||
> steep.cmd
|
||||
Reference in New Issue
Block a user