lang/python: mention lsp-python-ms hack in README

This commit is contained in:
Henrik Lissner 2019-10-27 17:50:03 -04:00
parent b4e0944467
commit 244671e388
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -7,6 +7,7 @@
- [[#description][Description]] - [[#description][Description]]
- [[#module-flags][Module Flags]] - [[#module-flags][Module Flags]]
- [[#plugins][Plugins]] - [[#plugins][Plugins]]
- [[#hacks][Hacks]]
- [[#prerequisites][Prerequisites]] - [[#prerequisites][Prerequisites]]
- [[#language-server-protocol-support][Language Server Protocol Support]] - [[#language-server-protocol-support][Language Server Protocol Support]]
- [[#features][Features]] - [[#features][Features]]
@ -48,6 +49,11 @@ Adds Python support to Doom Emacs.
+ [[https://github.com/cython/cython/blob/master/Tools/cython-mode.el][Cython-mode]] + [[https://github.com/cython/cython/blob/master/Tools/cython-mode.el][Cython-mode]]
+ ~:tools flycheck~ [[https://github.com/lbolla/emacs-flycheck-cython/tree/master][Flycheck-cython]] + ~:tools flycheck~ [[https://github.com/lbolla/emacs-flycheck-cython/tree/master][Flycheck-cython]]
** Hacks
+ As per our "your system your rules" mantra, lsp-python-ms has been modified to
*not* automatically install its server if it cannot find it. Install it with
~M-x lsp-python-ms-setup~.
* Prerequisites * Prerequisites
This module has no direct prerequisites. Here are some of its soft dependencies. This module has no direct prerequisites. Here are some of its soft dependencies.