summaryrefslogtreecommitdiff
path: root/modules/prog-lsp.el
diff options
context:
space:
mode:
Diffstat (limited to 'modules/prog-lsp.el')
-rw-r--r--modules/prog-lsp.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/prog-lsp.el b/modules/prog-lsp.el
index 764d94df..c976a83e 100644
--- a/modules/prog-lsp.el
+++ b/modules/prog-lsp.el
@@ -19,6 +19,8 @@
("C-c d" . lsp-describe-thing-at-point)
("C-c a" . lsp-execute-code-action))
:bind-keymap ("C-c L" . lsp-command-map)
+ :init
+ (setq lsp-enable-remote nil) ;; Don't start LSP on TRAMP files (slow, prompts for project root)
:config
(setq lsp-auto-guess-root t)
(setq lsp-log-io nil)