generated: Update

- Updated efmls-configs.nix
- Updated lspconfig-servers.json
This commit is contained in:
Matt Sturgeon 2025-07-07 16:24:49 +01:00 committed by Gaétan Lepage
parent a364039e8b
commit 76c2e816e1
2 changed files with 22 additions and 1 deletions

View file

@ -1513,6 +1513,27 @@
];
};
};
zig = {
formatter = {
lang = "zig";
possible = [ ];
};
linter = {
lang = "zig";
possible = [
"ZLint"
"alex"
"codespell"
"cspell"
"languagetool"
"proselint"
"redpen"
"textlint"
"vale"
"write_good"
];
};
};
zsh = {
formatter = {
lang = "zsh";