diff --git a/modules/tools/lsp/README.org b/modules/tools/lsp/README.org index e83ae975b..6b2992bd0 100644 --- a/modules/tools/lsp/README.org +++ b/modules/tools/lsp/README.org @@ -7,6 +7,7 @@ - [[#description][Description]] - [[#module-flags][Module Flags]] - [[#plugins][Plugins]] + - [[#hacks][Hacks]] - [[#prerequisites][Prerequisites]] - [[#features][Features]] - [[#lsp-powered-project-search][LSP-powered project search]] @@ -58,6 +59,12 @@ As of this writing, this is the state of LSP support in Doom Emacs: ** Plugins + [[https://github.com/emacs-lsp/lsp-mode][lsp-mode]] + [[https://github.com/emacs-lsp/lsp-ui][lsp-ui]] +** Hacks ++ ~lsp-mode~ has been modified not to automatically install missing LSP servers. + This is done to adhere to our "Your system, your rules" mantra, which insist + that it is better etiquette to let the user decide when their development + environment is modified. Use ~M-x lsp-install-server~ to install LSP servers + manually. * Prerequisites This module has no direct prerequisites, but major-modes require you to install