aboutsummaryrefslogtreecommitdiffstats
path: root/lua/lspconfig/pylsp.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/lspconfig/pylsp.lua')
-rw-r--r--lua/lspconfig/pylsp.lua2
1 files changed, 1 insertions, 1 deletions
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`.