lsp

:clojure-lsp: Clojure implementation of the Language Server Protocol: https://clojure-lsp.io/
stagmoose 2021-07-04T15:40:30.291500Z

I remember I've seen somebody say it's possible to move the "reference" to the right of the function (like the red arrow in the pic) in twitter (seemed like a new feature), yet I didn't save that tweet in timeย ๐Ÿ˜… Is there anyone know how to configure or what keyword should I use or any useful links?

ericdallo 2021-07-04T15:40:56.291800Z

it's the default now of lsp-mode

ericdallo 2021-07-04T15:41:02.292Z

just update lsp-mode to latest version

๐Ÿป 2
ericdallo 2021-07-04T15:41:48.292200Z

even so, the flag to configure that is (setq lsp-lens-place-position 'end-of-line)

stagmoose 2021-07-04T15:56:41.292700Z

Thanks for the quick response!!

๐Ÿ‘ 1