Remove lsp header line

This commit is contained in:
coolneng 2021-01-07 00:59:01 +01:00
parent 42b99fbb5d
commit cca6cdef5e
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 3 additions and 0 deletions

3
+ui.el
View File

@ -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))