generated: Update

- Updated efmls-configs.nix
- Updated lspconfig-servers.json
- Manually adjusted `lsp-ai` description
This commit is contained in:
github-actions[bot] 2024-10-18 20:56:55 +00:00 committed by Austin Horstman
parent db27a88146
commit 92eec7603f
No known key found for this signature in database
2 changed files with 68 additions and 2 deletions

View file

@ -1,6 +1,48 @@
# WARNING: DO NOT EDIT
# This file is generated with packages.<system>.efmls-configs-sources, which is run automatically by CI
{
HTML = {
formatter = {
lang = "HTML";
possible = [ ];
};
linter = {
lang = "HTML";
possible = [
"markuplint"
"alex"
"codespell"
"cspell"
"languagetool"
"proselint"
"redpen"
"textlint"
"vale"
"write_good"
];
};
};
JSON = {
formatter = {
lang = "JSON";
possible = [ ];
};
linter = {
lang = "JSON";
possible = [
"jsonlint"
"alex"
"codespell"
"cspell"
"languagetool"
"proselint"
"redpen"
"textlint"
"vale"
"write_good"
];
};
};
all = {
formatter = {
lang = "all languages";
@ -339,6 +381,28 @@
];
};
};
elixir = {
formatter = {
lang = "elixir";
possible = [
"mix"
];
};
linter = {
lang = "elixir";
possible = [
"alex"
"codespell"
"cspell"
"languagetool"
"proselint"
"redpen"
"textlint"
"vale"
"write_good"
];
};
};
fennel = {
formatter = {
lang = "fennel";
@ -916,6 +980,7 @@
"black"
"isort"
"ruff"
"ruff_sort"
"yapf"
];
};
@ -1178,6 +1243,7 @@
lang = "sql";
possible = [
"sql-formatter"
"sqlfluff"
];
};
linter = {