From 3a0bf17f2fb2257c8df2155a382e7eda6096280d Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sun, 23 May 2021 21:50:57 -0400 Subject: [PATCH] lsp-ui-doc-enable = nil Disabling this by default until emacs-lsp/lsp-ui#613 is addressed. --- modules/tools/lsp/+lsp.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/modules/tools/lsp/+lsp.el b/modules/tools/lsp/+lsp.el index 1f7084492..c16b89645 100644 --- a/modules/tools/lsp/+lsp.el +++ b/modules/tools/lsp/+lsp.el @@ -185,7 +185,10 @@ instead is more sensible." lsp-ui-sideline-show-hover nil ;; Some icons don't scale correctly on Emacs 26, so disable them there. lsp-ui-sideline-actions-icon ; DEPRECATED Remove later - (if EMACS27+ lsp-ui-sideline-actions-icon-default)) + (if EMACS27+ lsp-ui-sideline-actions-icon-default) + ;; REVIEW Temporarily disabled, due to immense slowness on every + ;; keypress. See emacs-lsp/lsp-ui#613 + lsp-ui-doc-enable nil) (map! :map lsp-ui-peek-mode-map "j" #'lsp-ui-peek--select-next