Closed laur89 closed 1 year ago
Uh oh! Thanks for letting me know. I'll take a look and see if I can get it fixed for you.
Note it only breaks if LSP has already been downloaded. If you remove ~/.config/coc/extensions/coc-clojure-data/
(that's the default location), then the startup logic nicely pulls fresh version and everything works a-ok.
coc-clojure had already been installed, and everything worked fine for a few days. Now when opening a .clj file, the
clojure-lsp is outdated. Download from Github?
message started showing again. Selecting either choice closes the pop-up message but does nothing (ie clojure-lsp isn't updated nor are any errors shown) and no syntax errors are highlighted, suggesting the communication with lsp is broken.If
"clojure.lsp-check-on-start": false
is set in~/.config/nvim/coc-settings.json
however, then the currently installed lsp works and syntax errors are shown.How to proceed?