prabirshrestha / vim-lsp

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

Add some way to disable diagnostics from a given server #1575

Open Jorengarenar opened 1 month ago

Jorengarenar commented 1 month ago

Related:

Sometimes diagnostics by some servers aren't very useful. In such cases, it would be helpful to disable diagnostics send from them. Unfortunately, seems like for now vim-lsp ask all servers for diagnostics indiscriminately.