about summary refs log tree commit diff stats
path: root/.emacs.d/lisp
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d/lisp')
-rw-r--r--.emacs.d/lisp/init-lsp.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/.emacs.d/lisp/init-lsp.el b/.emacs.d/lisp/init-lsp.el
index b95c6c2..14579e1 100644
--- a/.emacs.d/lisp/init-lsp.el
+++ b/.emacs.d/lisp/init-lsp.el
@@ -26,8 +26,9 @@
         lsp-ui-doc-enable t
         lsp-ui-doc-show-with-cursor t
         lsp-ui-doc-show-with-mouse t
-        lsp-headerline-breadcrumb-enable nil
+        lsp-headerline-breadcrumb-enable t
         lsp-enable-symbol-highlighting t
+        lsp-headerline-breadcrumb-enable-diagnostics nil
         lsp-ui-sideline-show-diagnostics t
         lsp-ui-sideline-show-code-actions nil
         lsp-modeline-code-actions-enable nil