lsp-headerline-breadcrumb-enable = nil
This commit is contained in:
parent
34c5dad750
commit
70e71f3f6d
1 changed files with 2 additions and 0 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue