feat: fixed horrible lsp problem

This commit is contained in:
Nick 2025-04-11 13:29:01 -05:00
parent 38b0583e7f
commit c4db6a0617
7 changed files with 122 additions and 103 deletions

7
parts/config/pre-commit.nix Executable file
View file

@ -0,0 +1,7 @@
{
pre-commit.settings.hooks = {
nixfmt-rfc-style.enable = true;
commitizen.enable = true;
statix.enable = true;
};
}