generated: Update

- Updated efmls-configs.nix
- Updated lspconfig-servers.json
This commit is contained in:
github-actions[bot] 2024-11-30 10:13:43 +00:00
parent 4d0b66b9d7
commit 41657913df
2 changed files with 23 additions and 1 deletions

View file

@ -683,6 +683,28 @@
];
};
};
kdl = {
formatter = {
lang = "kdl";
possible = [
"kdlfmt"
];
};
linter = {
lang = "kdl";
possible = [
"alex"
"codespell"
"cspell"
"languagetool"
"proselint"
"redpen"
"textlint"
"vale"
"write_good"
];
};
};
ksh = {
formatter = {
lang = "ksh";

View file

@ -612,7 +612,7 @@
},
{
"cmd": ["harper-ls", "--stdio"],
"desc": "https://github.com/chilipepperhott/harper\n\nThe language server for Harper, the slim, clean language checker for\ndevelopers.\n\nSee\n[docs](https://github.com/chilipepperhott/harper/tree/master/harper-ls#configuration)\nfor more information on settings.\n\nIn short, however, they should look something like this:\n\n``` lua\nlspconfig.harper_ls.setup {\n settings = {\n [\"harper-ls\"] = {\n userDictPath = \"~/dict.txt\"\n }\n },\n}\n```\n",
"desc": "https://github.com/elijah-potter/harper\n\nThe language server for Harper, the slim, clean language checker for\ndevelopers.\n\nSee\n[docs](https://github.com/elijah-potter/harper/blob/master/harper-ls/README.md#configuration)\nfor more information on settings.\n\nIn short, however, they should look something like this:\n\n``` lua\nlspconfig.harper_ls.setup {\n settings = {\n [\"harper-ls\"] = {\n userDictPath = \"~/dict.txt\"\n }\n },\n}\n```\n",
"name": "harper_ls"
},
{