[Python layer] Add links to the LSP implementations (#14562)

* [Python layer] Document Nix + Microsoft LSP

* Document how to make Nix + Microsoft LSP work
* Add links to Microsoft LSP and Pyright repos

* Remove nix part
This commit is contained in:
Julien Debon 2021-04-08 22:10:33 +02:00 committed by GitHub
parent 38f582d785
commit e817e0faae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 5 deletions

View File

@ -135,11 +135,11 @@ setting your =PYTHONPATH= as explained at
** Language Server Protocol
The =lsp= backend can use either of the following language server implementations:
| symbol | description |
|----------+------------------------------------------|
| 'pyls | python-language-server package (default) |
| 'mspyls | Microsoft python language server |
| 'pyright | Microsoft pyright language server |
| symbol | description |
|----------+----------------------------------------------------------------------------------|
| 'pyls | python-language-server package (default) |
| 'mspyls | [[https://github.com/emacs-lsp/lsp-python-ms][Microsoft python language server]] |
| 'pyright | [[https://github.com/emacs-lsp/lsp-pyright][Microsoft pyright language server]] |
=pyls= is used by default - to use the Microsoft python language server, set the
=python-lsp-server= layer variable as follows: