Add support for pyright language server

This commit is contained in:
Michael Lingelbach 2020-07-25 10:15:00 -07:00
parent afcf56a610
commit e6ae1d295c
3 changed files with 20 additions and 2 deletions

View file

@ -92,9 +92,11 @@ private config.el:
(set-lsp-priority! 'mspyls 1))
#+END_SRC
*To use pyright*, install it from your shell with with ~npm i -g pyright~.
* Features
This module supports LSP. It requires installation of [[https://pypi.org/project/python-language-server/][Python Language
Server]] or [[https://github.com/Microsoft/python-language-server][Microsoft Language Server]], see [[Language Server Protocol Support][LSP Support]].
Server]], [[https://github.com/Microsoft/python-language-server][Microsoft Language Server]], or [[https://github.com/microsoft/pyright][pyright]], see [[Language Server Protocol Support][LSP Support]].
To enable support for auto-formatting with black enable ~:editor format-all~ in
~init.el~ file.