diff --git a/+ui.el b/+ui.el index 2a19bd5..262ac3d 100644 --- a/+ui.el +++ b/+ui.el @@ -32,3 +32,6 @@ ;; HACK: Disable Dart icon (after! all-the-icons (add-to-list 'all-the-icons-data/file-icon-alist '("dart" . "D"))) +;; Disable lsp header line +(after! lsp-mode + (setq lsp-headerline-breadcrumb-enable nil))