Emacs: LSP: remove project from breadcrumb.

This commit is contained in:
tastytea 2021-01-09 14:20:38 +01:00
parent e29b1150f7
commit 944977037c
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@
(lsp-keymap-prefix "C-c l")
(lsp-keep-workspace-alive nil)
(lsp-headerline-breadcrumb-segments
'(project path-up-to-project file symbols)))
'(path-up-to-project file symbols)))
:custom-face
;; Semantic highlighting. TODO: Check later if better options are available.
(lsp-face-semhl-variable ((t (:inherit font-lock-variable-name-face