aboutsummaryrefslogtreecommitdiff
path: root/docs/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/README.md')
-rw-r--r--docs/README.md7
1 files changed, 3 insertions, 4 deletions
diff --git a/docs/README.md b/docs/README.md
index 522aa45..a5f7242 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -18,13 +18,12 @@ Neovim relies on [pynvim](https://github.com/neovim/pynvim) to communicate with
plugins that utilize its Python binding. Pynvim is required by plugins such as
[Deoplete](https://github.com/Shougo/deoplete.nvim) and [Semshi](https://github.com/numirias/semshi).
-## Jedi
+## pyls
-For Python code auto-completion to work, we need to install
-[Jedi](https://github.com/davidhalter/jedi):
+Pyls is a Language Server for Python for completion, linting, go to definition, etc.
```
-pip install jedi
+pip install "python-language-server[all]"
```
## Git