Closed mattiasdrp closed 1 year ago
I have no idea why that happens, any thoughts @yyoncho ?
@ericdallo I think that lsp-clojure.el returns nil
as command.
Got it, will take a look, and possible fix it, thank you!
@mattiasdrp it should be fixed on master, the issue was that when emacs didn't find clojure-lsp on system, it was building a '(nil)
which is not the same as nil
so lsp-mode was blowing up, LMK if otherwise
Just checked it and it works perfectly, thanks!
Thank you for the bug report
lsp-mode
related packages.M-x lsp-start-plain
Bug description
When starting a clean emacs with
M-x lsp-start-plain
I have an error about Invalid command listEmacs version is 29.0.60
Steps to reproduce
Open a clojure file with M-x lsp-start-plain
Expected behavior
The lsp server should start
Which Language Server did you use?
clojure-lsp
OS
Linux
Error callstack