mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-18 16:06:56 -05:00
lsp-headerline-breadcrumb-enable = nil
This commit is contained in:
@@ -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)
|
||||||
|
Reference in New Issue
Block a user