diff options
| author | jdhao <jdhao@hotmail.com> | 2020-11-07 00:00:23 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2020-11-07 00:00:23 +0800 |
| commit | 0dcf946883b39215c183afc5234a9a8a4c2d9681 (patch) | |
| tree | ae27ecae772612a09476ad0f87ae09790025996c | |
| parent | 7dc6ea159b7ed0c714823a868af80243e43ac95b (diff) | |
update doc
| -rw-r--r-- | docs/README.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/README.md b/docs/README.md index a5f7242..1aff21c 100644 --- a/docs/README.md +++ b/docs/README.md @@ -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]" |
