Can I disable all diagnostics for a single LSP server in Neovim?
I have an LSP (Pyright) which does basic linting, which overlaps with other plugins I have that provide more thorough linting. Unfortunately Pyright doesn’t have a setting for disabling basic linting…
I use pyright and ruff-lsp. Pyrigt is really harder to configure. So I disable overlapping rules for ruff-lsp via ruff.toml. Rules - Ruff. As far as I remember in flake8, you can also fine-tune the rules.