mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +02:00
flake-modules/dev: add deadnix
This commit is contained in:
parent
09daa2cb83
commit
c7a261db2c
1 changed files with 9 additions and 0 deletions
|
@ -66,6 +66,15 @@
|
|||
check.enable = false;
|
||||
|
||||
settings.hooks = {
|
||||
deadnix = {
|
||||
enable = true;
|
||||
|
||||
settings = {
|
||||
noLambdaArg = true;
|
||||
noLambdaPatternNames = true;
|
||||
edit = true;
|
||||
};
|
||||
};
|
||||
treefmt.enable = true;
|
||||
typos = {
|
||||
enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue