yegappan / lsp

Language Server Protocol (LSP) plugin for Vim9
MIT License
473 stars 57 forks source link

Using clojure-lsp, diagnostics just sort of stop #535

Open hoclun-rigsep opened 3 months ago

hoclun-rigsep commented 3 months ago

I am not sure how to furnish more information about this but I will follow up however I am told: with no apparent pattern, diagnostics stop updating while I'm working. If I close the buffer and open it again that seems to fix it most of the time; likewise closing vim and starting over helps. Any ideas?

yegappan commented 4 days ago

Can you check whether the clojure-lsp server has exited? You can enable the debug and error messages for the clojure language server and capture the output.