We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a78885d commit f746c9cCopy full SHA for f746c9c
1 file changed
README.rst
@@ -9,6 +9,13 @@ Python Language Server
9
10
A Python 2.7 and 3.4+ implementation of the `Language Server Protocol`_ making use of Jedi_, pycodestyle_, Pyflakes_ and YAPF_.
11
12
+Plugins
13
+-------
14
+
15
+Installing these plugins will add extra functionality to the language server:
16
17
+* Mypy type checking (requires Python 3) - https://github.com/tomv564/pyls-mypy
18
19
Features
20
--------
21
0 commit comments