prabirshrestha / vim-lsp

async language server protocol plugin for vim and neovim
MIT License
3.07k stars 303 forks source link

No command for `textDocument/pullDiagnostics` feature ? #1532

Open tbruyelle opened 5 months ago

tbruyelle commented 5 months ago

Maybe I missed something but I can't see a vim-lsp command for calling the server with the textDocument/pullDiagnotics command.

storopoli commented 5 months ago

Is this why rust-analyzer cannot give me workspace diagnostics?

tbruyelle commented 4 months ago

I would really like to have a basic answer to that question, is it yes or no :angel: ?

prabirshrestha commented 4 months ago

If someone want to send a PR more than happy to have a look at it. Currently I'm busy with other projects so won't have time to look at this anytime soon.