diff --git a/config/plugins/lsp.nix b/config/plugins/lsp.nix index e1786ce..58240a7 100644 --- a/config/plugins/lsp.nix +++ b/config/plugins/lsp.nix @@ -67,6 +67,7 @@ # rust rust_analyzer = { enable = true; + settings.check.command = "clippy"; # Rely on tooling from dev environment package = null; installCargo = false;