This commit is contained in:
Hadi
2024-06-17 19:45:21 +02:00
parent 9db5b9231e
commit 4aba4116de
261 changed files with 73 additions and 68 deletions

View File

@@ -0,0 +1,20 @@
{
programs.nixvim.plugins.none-ls = {
enable = true;
sources = {
diagnostics = {
golangci_lint.enable = true;
statix.enable = true;
};
formatting = {
gofmt.enable = true;
goimports.enable = true;
nixfmt.enable = true;
markdownlint.enable = true;
tidy.enable = true;
shellharden.enable = true;
shfmt.enable = true;
};
};
};
}