lsp-headerline-breadcrumb-enable = nil

This commit is contained in:
Henrik Lissner
2021-01-06 20:55:36 -05:00
parent 34c5dad750
commit 70e71f3f6d

View File

@@ -28,6 +28,8 @@ Can be a list of backends; accepts any value `company-backends' accepts.")
lsp-enable-text-document-color nil) lsp-enable-text-document-color nil)
;; Reduce unexpected modifications to code ;; Reduce unexpected modifications to code
(setq lsp-enable-on-type-formatting nil) (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. ;; Let doom bind the lsp keymap.
(when (featurep! :config default +bindings) (when (featurep! :config default +bindings)