summaryrefslogtreecommitdiffstats
path: root/lisp/ravi-init-lsp.el
diff options
context:
space:
mode:
authorRavi R Kiran <aine.marina@gmail.com>2021-04-19 13:51:55 (GMT)
committerRavi R Kiran <aine.marina@gmail.com>2021-04-19 13:51:55 (GMT)
commit52d3dac5d26daeebc70c2debc2687c8fae97e025 (patch)
tree2bce4eb04d02dcfd523a4d4f74ee577b5a6da1c6 /lisp/ravi-init-lsp.el
parent668b6216de9dc5b2d6f4a17bd8f2101874c1c70b (diff)
downloaddotemacs-52d3dac5d26daeebc70c2debc2687c8fae97e025.zip
dotemacs-52d3dac5d26daeebc70c2debc2687c8fae97e025.tar.gz
dotemacs-52d3dac5d26daeebc70c2debc2687c8fae97e025.tar.bz2
Breadcrumb is not useful
Diffstat (limited to 'lisp/ravi-init-lsp.el')
-rw-r--r--lisp/ravi-init-lsp.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/ravi-init-lsp.el b/lisp/ravi-init-lsp.el
index 75bb8a0..dc41f98 100644
--- a/lisp/ravi-init-lsp.el
+++ b/lisp/ravi-init-lsp.el
@@ -40,6 +40,7 @@
:config
(setq lsp-enable-file-watchers nil) ; Most of my repos are too large
(setq lsp-enable-indentation nil) ; I'll handle indentation myself
+ (setq lsp-headerline-breadcrumb-enable nil)
(use-package helm-lsp
:commands helm-lsp-workspace-symbol)
(use-package lsp-ui