mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +02:00
hooks: Add a hook for statix (#390)
This commit is contained in:
parent
2a2f702942
commit
dfb2abd209
3 changed files with 4 additions and 2 deletions
|
@ -83,7 +83,9 @@
|
|||
enable = true;
|
||||
excludes = ["plugins/_sources"];
|
||||
};
|
||||
statix.enable = true;
|
||||
};
|
||||
settings.statix.ignore = ["plugins/lsp/language-servers/rust-analyzer-config.nix"];
|
||||
};
|
||||
};
|
||||
devShells = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue