nixvim refactor

Former-commit-id: 55caf123df
This commit is contained in:
Hadi
2024-07-01 13:07:12 +00:00
parent 8cc101b169
commit 11f73f74ff
32 changed files with 275 additions and 221 deletions

View File

@@ -28,5 +28,23 @@
"K" = "hover";
};
};
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;
};
};
};
};
}