diff --git a/modules/common/helix.nix b/modules/common/helix.nix index edc08eb..da8c75a 100644 --- a/modules/common/helix.nix +++ b/modules/common/helix.nix @@ -147,6 +147,7 @@ in { check.command = "clippy"; completion.callable.snippets = "add_parentheses"; completion.excludeTraits = [ "yansi::Paint" ]; + diagnostics.disabled = [ "inactive-code" "unlinked-file" ]; }; };