lsp-enable-links = nil #2911

This commit is contained in:
Henrik Lissner 2020-04-16 15:37:45 -04:00
parent 166d1ecabc
commit bf657406b2
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -47,6 +47,11 @@ working on that project after closing the last buffer.")
;; Some servers implement these poorly. Better to just rely on Emacs' native
;; mechanisms and make these opt-in.
(setq lsp-enable-folding nil
;; HACK Fix #2911, until it is resolved upstream. Links come in
;; asynchronously from the server, but lsp makes no effort to
;; "select" the original buffer before laying them down, so they
;; could be rendered in the wrong buffer (like the minibuffer).
lsp-enable-links nil
;; Potentially slow
lsp-enable-file-watchers nil
lsp-enable-text-document-color nil