mirror of
https://github.com/mattn/vim-lsp-settings.git
synced 2025-12-22 12:14:21 +01:00
6 lines
86 B
Bash
Executable File
6 lines
86 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
|
|
"$(dirname "$0")/pip_install.sh" pylsp python-lsp-server
|