Files
vim-lsp-settings-mirror/installer/install-pyls-all.sh
Yuto ab06b927ad Add pyls-all language server (installs pyls with its dependencies) (#278)
* Install pyls together with its dependencies

* Install pyls with pyls-isort

* Revert "Install pyls with pyls-isort"

This reverts commit 9f7ceda19f.

* Revert "Install pyls together with its dependencies"

This reverts commit 36f19d5264.

* Add pyls-all
2020-07-18 19:36:19 +09:00

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