mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-04 14:24:29 +02:00
generated/efmls-configs: generate with merged html/json
Case sensitive file systems run into a failure to copy the `HTML/html` and `JSON/json` files. Generating with the options merged.
This commit is contained in:
parent
7594bac24e
commit
bc210635f4
1 changed files with 2 additions and 42 deletions
|
@ -1,48 +1,6 @@
|
||||||
# WARNING: DO NOT EDIT
|
# WARNING: DO NOT EDIT
|
||||||
# This file is generated with packages.<system>.efmls-configs-sources, which is run automatically by CI
|
# 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 = {
|
all = {
|
||||||
formatter = {
|
formatter = {
|
||||||
lang = "all languages";
|
lang = "all languages";
|
||||||
|
@ -557,6 +515,7 @@
|
||||||
linter = {
|
linter = {
|
||||||
lang = "html";
|
lang = "html";
|
||||||
possible = [
|
possible = [
|
||||||
|
"markuplint"
|
||||||
"djlint"
|
"djlint"
|
||||||
"alex"
|
"alex"
|
||||||
"codespell"
|
"codespell"
|
||||||
|
@ -670,6 +629,7 @@
|
||||||
linter = {
|
linter = {
|
||||||
lang = "json";
|
lang = "json";
|
||||||
possible = [
|
possible = [
|
||||||
|
"jsonlint"
|
||||||
"jq"
|
"jq"
|
||||||
"alex"
|
"alex"
|
||||||
"codespell"
|
"codespell"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue