lsp-headerline-breadcrumb-enable = nil

This commit is contained in:
Henrik Lissner 2021-01-06 20:55:36 -05:00
parent 34c5dad750
commit 70e71f3f6d
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -28,6 +28,8 @@ Can be a list of backends; accepts any value `company-backends' accepts.")
lsp-enable-text-document-color nil)
;; Reduce unexpected modifications to code
(setq lsp-enable-on-type-formatting nil)
;; Make breadcrumbs opt-in; they're redundant with the modeline and imenu
(setq lsp-headerline-breadcrumb-enable nil)
;; Let doom bind the lsp keymap.
(when (featurep! :config default +bindings)