From 892cd49f063c34998be3413857e2032e0904c5c8 Mon Sep 17 00:00:00 2001 From: jdhao Date: Sat, 29 Jul 2023 13:08:54 +0200 Subject: doc: update doc and install guide for pylsp --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/README.md') diff --git a/docs/README.md b/docs/README.md index 361bcf1..ae25d4f 100644 --- a/docs/README.md +++ b/docs/README.md @@ -65,7 +65,7 @@ pip install -U pynvim [python-lsp-server (pylsp)](https://github.com/python-lsp/python-lsp-server) is a Python [Language Server](https://microsoft.github.io/language-server-protocol/) for completion, linting, go to definition, etc. ``` -pip install 'python-lsp-server[all]' pylsp-mypy pyls-isort +pip install 'python-lsp-server[all]' pylsp-mypy python-lsp-isort python-lsp-black ``` Note the executable for pylsp is also named `pylsp`. You need to set its PATH correctly. -- cgit v1.2.3