1
0
mirror of https://github.com/jdhao/nvim-config.git synced 2025-06-08 14:14:33 +02:00

update doc

This commit is contained in:
jdhao 2020-11-07 00:00:23 +08:00
parent 7dc6ea159b
commit 0dcf946883

View File

@ -20,7 +20,8 @@ plugins that utilize its Python binding. Pynvim is required by plugins such as
## pyls
Pyls is a Language Server for Python for completion, linting, go to definition, etc.
[Pyls](https://github.com/palantir/python-language-server) is a Language Server
for Python for completion, linting, go to definition, etc.
```
pip install "python-language-server[all]"