Over time I'm adding more and more language servers in nvim. This is starting to get somewhat annoying when I use nvim outside of a project context on a filetype that I don't have an LSP globally installed for. Every time, a warning is printed that the LSP failed to start.
I'm not sure if this error comes from nvim itself or nvim-lspconfig, but it's really annoying. If I expect an LSP to work and it doesn't, I'll check :LspInfo
.
How can I silence it?