mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +02:00
generated: Update
- Updated efmls-configs.nix - Updated lspconfig-servers.json - Updated rust-analyzer.nix
This commit is contained in:
parent
81c27364b4
commit
6cf1c93730
3 changed files with 2 additions and 44 deletions
|
@ -683,28 +683,6 @@
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
kdl = {
|
|
||||||
formatter = {
|
|
||||||
lang = "kdl";
|
|
||||||
possible = [
|
|
||||||
"kdlfmt"
|
|
||||||
];
|
|
||||||
};
|
|
||||||
linter = {
|
|
||||||
lang = "kdl";
|
|
||||||
possible = [
|
|
||||||
"alex"
|
|
||||||
"codespell"
|
|
||||||
"cspell"
|
|
||||||
"languagetool"
|
|
||||||
"proselint"
|
|
||||||
"redpen"
|
|
||||||
"textlint"
|
|
||||||
"vale"
|
|
||||||
"write_good"
|
|
||||||
];
|
|
||||||
};
|
|
||||||
};
|
|
||||||
ksh = {
|
ksh = {
|
||||||
formatter = {
|
formatter = {
|
||||||
lang = "ksh";
|
lang = "ksh";
|
||||||
|
|
|
@ -612,7 +612,7 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"cmd": ["harper-ls", "--stdio"],
|
"cmd": ["harper-ls", "--stdio"],
|
||||||
"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",
|
"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",
|
||||||
"name": "harper_ls"
|
"name": "harper_ls"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
@ -311,15 +311,6 @@
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
"rust-analyzer.cfg.setTest" = {
|
|
||||||
description = ''
|
|
||||||
Set `cfg(test)` for local crates. Defaults to true.
|
|
||||||
'';
|
|
||||||
pluginDefault = true;
|
|
||||||
type = {
|
|
||||||
kind = "boolean";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
"rust-analyzer.check.allTargets" = {
|
"rust-analyzer.check.allTargets" = {
|
||||||
description = ''
|
description = ''
|
||||||
Check all targets and tests (`--all-targets`). Defaults to
|
Check all targets and tests (`--all-targets`). Defaults to
|
||||||
|
@ -516,17 +507,6 @@
|
||||||
kind = "boolean";
|
kind = "boolean";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
"rust-analyzer.completion.addSemicolonToUnit" = {
|
|
||||||
description = ''
|
|
||||||
Whether to automatically add a semicolon when completing unit-returning functions.
|
|
||||||
|
|
||||||
In `match` arms it completes a comma instead.
|
|
||||||
'';
|
|
||||||
pluginDefault = true;
|
|
||||||
type = {
|
|
||||||
kind = "boolean";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
"rust-analyzer.completion.autoimport.enable" = {
|
"rust-analyzer.completion.autoimport.enable" = {
|
||||||
description = ''
|
description = ''
|
||||||
Toggles the additional completions that automatically add imports when completed.
|
Toggles the additional completions that automatically add imports when completed.
|
||||||
|
@ -1722,7 +1702,7 @@
|
||||||
};
|
};
|
||||||
"rust-analyzer.references.excludeTests" = {
|
"rust-analyzer.references.excludeTests" = {
|
||||||
description = ''
|
description = ''
|
||||||
Exclude tests from find-all-references and call-hierarchy.
|
Exclude tests from find-all-references.
|
||||||
'';
|
'';
|
||||||
pluginDefault = false;
|
pluginDefault = false;
|
||||||
type = {
|
type = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue