mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-20 16:15:43 +02:00
generated: Update
- Updated efmls-configs.nix - Updated lspconfig-servers.json
This commit is contained in:
parent
4d0b66b9d7
commit
41657913df
2 changed files with 23 additions and 1 deletions
|
@ -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";
|
||||
|
|
|
@ -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"
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue