mirror of
https://github.com/nix-community/nixvim.git
synced 2025-08-01 08:34:41 +02:00
generated: Update
- Updated efmls-configs.nix - Updated lspconfig-servers.json - Manually adjusted `lsp-ai` description
This commit is contained in:
parent
db27a88146
commit
92eec7603f
2 changed files with 68 additions and 2 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue