mirror of
https://github.com/mattn/vim-lsp-settings.git
synced 2025-12-12 20:35:54 +01:00
* Install pyls together with its dependencies * Install pyls with pyls-isort * Revert "Install pyls with pyls-isort" This reverts commit9f7ceda19f. * Revert "Install pyls together with its dependencies" This reverts commit36f19d5264. * Add pyls-all
7 lines
114 B
Bash
Executable File
7 lines
114 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
|
|
"$(dirname "$0")/pip_install.sh" pyls 'python-language-server[all]'
|
|
mv pyls pyls-all
|