mirror of
https://github.com/mattn/vim-lsp-settings.git
synced 2025-12-12 20:35:54 +01:00
10 lines
188 B
Bash
Executable File
10 lines
188 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
"$(dirname "$0")/pip_install.sh" pylyzer pylyzer
|
|
|
|
curl -L -o ergup.py https://github.com/mtshiba/ergup/raw/main/ergup.py
|
|
yes n | ./venv/bin/python3 ergup.py
|
|
rm ergup.py
|