Fork me on GitHub
#lsp
<
2023-01-14
>
prnc14:01:18

Hello! Just trying out clojure-lsp in emacs—this little bit of new UI got added (file / ns path), I was wondering what’s the technical term for it and how to disable it 😉

ericdallo14:01:40

this is called headerline-breadcrumb

ericdallo14:01:59

(setq lsp-headerline-breadcrumb-enable nil)

ericdallo14:01:23

I confess I created that feature on lsp-mode some years ago, but I don't use it anymore 😂

prnc14:01:31

Alright! “Breadcrumb”—makes sense 😉 Thank you 🙏

prnc14:01:27

Also thanks for that link to the visual reference, that is very helpful to get ones bearings!

ericdallo14:01:44

yeah, it is!

borkdude15:01:59

@UKFSJSM38 wouldn't it be better to disable it by default? I've also disabled it because I found it too noisy. Being too noisy has the risk of losing users that are trying this for the first time

ericdallo15:01:33

agreed, we could discuss that with yyoncho

ericdallo15:01:10

It'd be a breaking change since that is enable for about 2 years now, but would be better in long term indeed I think

mkvlr15:01:34

fwiw I also found the default setup to be too noisy

mkvlr15:01:57

is that a spellcheck or why do the items in the breadcrumb have red underlines?

ericdallo15:01:39

Because there are warnings or info or errors in that level

👍 2
ericdallo15:01:48

Can be disabled as well