From 869b302818f19ff83931b3520a0445b00596fd2e Mon Sep 17 00:00:00 2001 From: Michael Lingelbach Date: Sat, 15 May 2021 18:39:55 -0700 Subject: Clarify pyls & pylsp installation instructions --- lua/lspconfig/pyls.lua | 3 +++ lua/lspconfig/pylsp.lua | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) (limited to 'lua') diff --git a/lua/lspconfig/pyls.lua b/lua/lspconfig/pyls.lua index fef0749d..5e3dc5a9 100644 --- a/lua/lspconfig/pyls.lua +++ b/lua/lspconfig/pyls.lua @@ -14,6 +14,9 @@ configs.pyls = { https://github.com/palantir/python-language-server `python-language-server`, a language server for Python. + +The language server can be installed via `pipx install 'python-language-server[all]'`. + ]]; default_config = { root_dir = "vim's starting directory"; diff --git a/lua/lspconfig/pylsp.lua b/lua/lspconfig/pylsp.lua index 6153becd..f46c9052 100644 --- a/lua/lspconfig/pylsp.lua +++ b/lua/lspconfig/pylsp.lua @@ -24,7 +24,7 @@ https://github.com/python-lsp/python-lsp-server A Python 3.6+ implementation of the Language Server Protocol. -The language server has to be installed separately for example by `pipx install python-lsp-server`. +The language server can be installed via `pipx install 'python-lsp-server[all]'`. Further instructions can be found in the [project's README](https://github.com/python-lsp/python-lsp-server). Note: This is a community fork of `pyls`. -- cgit v1.2.3-70-g09d2