Skip to content

Commit

Permalink
lsp-ui-doc-enable = nil
Browse files Browse the repository at this point in the history
Disabling this by default until emacs-lsp/lsp-ui#613 is addressed.
  • Loading branch information
hlissner committed May 24, 2021
1 parent 5da0408 commit 3a0bf17
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion modules/tools/lsp/+lsp.el
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3a0bf17

Please sign in to comment.