Fork me on GitHub
#emacs
<
2021-06-24
>
ericdallo19:06:18

lsp-mode changed it's default place position for lens to end-of-line, this should be a better less intrusive default 🙂 Example with clojure-lsp (#lsp)

aw_yeah 3
👏 6
practicalli-john19:06:14

Excellent, much appreciated. It was a little weird before when all my code suddenly jumped a line a few seconds after loading a new file. This will be very discreet in comparison 🙂

ericdallo19:06:47

I thought the same, then I saw how vim does and it seems better to me

anonimitoraf12:06:30

Ooh, I might have to enable lenses again then 😄

👍 3
lukasz19:06:04

Does anybody know how to turn these off? I checked the lsp and clojure-lsp docs but it's not obvious to me what to look for

ericdallo19:06:55

these are sideline code actions from lsp-ui

ericdallo19:06:12

you can disable all sideline, or disable only the code actions sideline like prefer

ericdallo19:06:00

(setq lsp-ui-sideline-show-code-actions nil)
should be enough

lukasz19:06:40

facepalm can't believe I missed that page - thanks!