diff --git a/modules/tools/lsp/+lsp.el b/modules/tools/lsp/+lsp.el index 8504610c5..cc541e71b 100644 --- a/modules/tools/lsp/+lsp.el +++ b/modules/tools/lsp/+lsp.el @@ -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)