From 21febe9eef0eafba252f5beb8398db45169eafac Mon Sep 17 00:00:00 2001 From: alejandro-angulo Date: Thu, 1 May 2025 16:46:40 -0700 Subject: [PATCH] Updated to use clippy for rust --- config/plugins/lsp.nix | 1 + 1 file changed, 1 insertion(+) 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;