lsp

borkdude 2025-11-03T22:00:48.151219Z

I like it that clojure-lsp recognizes vars that end with -test as tests as well, while I'm not even using clojure.test. Good job!

ericdallo 2025-11-03T22:02:46.359389Z

Thanks! When https://github.com/clojure-lsp/clojure-lsp/blob/c6cac7a7f2b66f70b5c76a9c71336d6f0c8671d9/lib/src/clojure_lsp/feature/code_lens.clj#L33-L37 I was afraid to add too many false positives, but it's been a while and never saw one, although I can see it could exists

borkdude 2025-11-03T22:57:08.598519Z

well, please don't change it :)

😅 1
Drew Verlee 2025-11-03T22:18:29.882269Z

Does LSP use company-mode?

ericdallo 2025-11-03T22:22:24.809839Z

lsp-mode supports corfu and company and I think others

ericdallo 2025-11-03T22:22:32.769469Z

I migrated myself from company -> corfu some months ago

Drew Verlee 2025-11-03T22:23:57.204279Z

I just switched to corfu, because i was getting error messages that my spaceamcs couldn't find company-mode an it was causing other stuff to fail. Now i get this error: LSP Unable to autoconfigure company-mode. [2 times] LSP clojure-lsp:562542 initialized successfully in folders: (/home/drewverlee/sig/pyregence) LSP Unable to autoconfigure company-mode. [2 times]

ericdallo 2025-11-03T22:24:23.970789Z

Just suggested https://clojurians.slack.com/archives/C099W16KZ/p1762208634107799?thread_ts=1762207794.190129&cid=C099W16KZ some debugging tips

👍 1
❤️ 1