tools/lsp: remove redundant config

lsp-enable-links was re-enabled in edf5249d1, since #2911 is no longer
an issue.
This commit is contained in:
Henrik Lissner 2020-08-08 03:42:43 -04:00
parent b129b51d4d
commit 358ca9864b
No known key found for this signature in database
GPG Key ID: 5F6C0EA160557395

View File

@ -37,11 +37,6 @@ should be a deliberate act (as is flipping this variable).")
;; Disable features that have great potential to be slow.
(setq lsp-enable-file-watchers nil
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 t
lsp-enable-text-document-color nil)
;; Disable features that modify our code without our permission.