From 48744dbd37882ae4d47aa0f9a8a34b42166489c3 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Fri, 27 Mar 2020 16:49:59 -0400 Subject: [PATCH] Mention disabled auto-install of LSP servers in readme --- modules/tools/lsp/README.org | 7 +++++++ 1 file changed, 7 insertions(+) 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