mirror of
https://github.com/mattn/vim-lsp-settings.git
synced 2025-12-12 20:35:54 +01:00
8 lines
241 B
Batchfile
8 lines
241 B
Batchfile
@echo off
|
|
|
|
call "%~dp0\pip_install.cmd" pylyzer pylyzer
|
|
|
|
curl -L -o ergup.py https://github.com/mtshiba/ergup/raw/main/ergup.py
|
|
"%PYTHON%" -I -c "exec(""try:\n while True: print('n')\nexcept: []"")" | "%PYTHON%" ergup.py
|
|
del ergup.py
|