mirror of
https://github.com/RGBCube/ncc
synced 2025-07-29 11:07:44 +00:00
helix(rust): disable inactive-code and unlinked-file diagnostics
This commit is contained in:
parent
abde245bbb
commit
08362e8c88
1 changed files with 1 additions and 0 deletions
|
@ -147,6 +147,7 @@ in {
|
|||
check.command = "clippy";
|
||||
completion.callable.snippets = "add_parentheses";
|
||||
completion.excludeTraits = [ "yansi::Paint" ];
|
||||
diagnostics.disabled = [ "inactive-code" "unlinked-file" ];
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue