generated: Update

- Updated efmls-configs.nix
- Updated lspconfig-servers.json
- Updated rust-analyzer.nix
This commit is contained in:
github-actions[bot] 2024-12-14 12:35:18 +00:00 committed by Austin Horstman
parent b33189256b
commit 4463eccbd2
No known key found for this signature in database
3 changed files with 45 additions and 0 deletions

View file

@ -469,6 +469,28 @@
];
};
};
gleam = {
formatter = {
lang = "gleam";
possible = [
"gleam_format"
];
};
linter = {
lang = "gleam";
possible = [
"alex"
"codespell"
"cspell"
"languagetool"
"proselint"
"redpen"
"textlint"
"vale"
"write_good"
];
};
};
go = {
formatter = {
lang = "go";