mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 08:35:43 +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;
|
check.enable = false;
|
||||||
|
|
||||||
settings.hooks = {
|
settings.hooks = {
|
||||||
|
deadnix = {
|
||||||
|
enable = true;
|
||||||
|
|
||||||
|
settings = {
|
||||||
|
noLambdaArg = true;
|
||||||
|
noLambdaPatternNames = true;
|
||||||
|
edit = true;
|
||||||
|
};
|
||||||
|
};
|
||||||
treefmt.enable = true;
|
treefmt.enable = true;
|
||||||
typos = {
|
typos = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue