lang/python: mention lsp-python-ms hack in README
This commit is contained in:
parent
b4e0944467
commit
244671e388
1 changed files with 6 additions and 0 deletions
|
@ -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.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue