about summary refs log tree commit diff stats
path: root/.emacs.d/lisp
diff options
context:
space:
mode:
authorDavid Morgan <djm_uk@protonmail.com>2021-09-11 06:41:09 +0100
committerDavid Morgan <djm_uk@protonmail.com>2021-09-11 06:41:09 +0100
commit1bfe1dd58369de4f8159a59447810cc53c84e3fa (patch)
tree280c9b88f6412b90beb16e82a1c8671b4a057e03 /.emacs.d/lisp
parent5347f83225f28242dca5e5d286fd9f59e9ec4068 (diff)
downloaddotfiles-1bfe1dd58369de4f8159a59447810cc53c84e3fa.tar.gz
Turn lsp headerline breadcrumb back on
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