From 0dcf946883b39215c183afc5234a9a8a4c2d9681 Mon Sep 17 00:00:00 2001 From: jdhao Date: Sat, 7 Nov 2020 00:00:23 +0800 Subject: [PATCH] update doc --- docs/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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]"