diff --git a/modules/helix.nix b/modules/helix.nix index 57aebf4..d28c870 100644 --- a/modules/helix.nix +++ b/modules/helix.nix @@ -124,11 +124,6 @@ }; }; - nu = { # TODO: Remove in the next Helix release. - command = "nu"; - args = [ "--lsp" ]; - }; - rust-analyzer.config.check.command = "clippy"; };