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