mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
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:
@ -37,11 +37,6 @@ should be a deliberate act (as is flipping this variable).")
|
|||||||
;; Disable features that have great potential to be slow.
|
;; Disable features that have great potential to be slow.
|
||||||
(setq lsp-enable-file-watchers nil
|
(setq lsp-enable-file-watchers nil
|
||||||
lsp-enable-folding 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)
|
lsp-enable-text-document-color nil)
|
||||||
|
|
||||||
;; Disable features that modify our code without our permission.
|
;; Disable features that modify our code without our permission.
|
||||||
|
Reference in New Issue
Block a user