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!
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
well, please don't change it :)
Does LSP use company-mode?
lsp-mode supports corfu and company and I think others
I migrated myself from company -> corfu some months ago
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]
Just suggested https://clojurians.slack.com/archives/C099W16KZ/p1762208634107799?thread_ts=1762207794.190129&cid=C099W16KZ some debugging tips