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 rust-analyzer.nix
This commit is contained in:
parent
eff7d61785
commit
bc7f4166f4
2 changed files with 96 additions and 32 deletions
|
@ -253,7 +253,9 @@
|
|||
subTypes = [
|
||||
{
|
||||
kind = "enum";
|
||||
values = [ "all" ];
|
||||
values = [
|
||||
"all"
|
||||
];
|
||||
}
|
||||
{
|
||||
item = {
|
||||
|
@ -321,8 +323,12 @@
|
|||
type = {
|
||||
kind = "oneOf";
|
||||
subTypes = [
|
||||
{ kind = "boolean"; }
|
||||
{ kind = "string"; }
|
||||
{
|
||||
kind = "boolean";
|
||||
}
|
||||
{
|
||||
kind = "string";
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
|
@ -383,7 +389,9 @@
|
|||
subTypes = [
|
||||
{
|
||||
kind = "enum";
|
||||
values = [ "all" ];
|
||||
values = [
|
||||
"all"
|
||||
];
|
||||
}
|
||||
{
|
||||
item = {
|
||||
|
@ -512,7 +520,9 @@
|
|||
type = {
|
||||
kind = "oneOf";
|
||||
subTypes = [
|
||||
{ kind = "string"; }
|
||||
{
|
||||
kind = "string";
|
||||
}
|
||||
{
|
||||
item = {
|
||||
kind = "string";
|
||||
|
@ -1611,8 +1621,12 @@
|
|||
item = {
|
||||
kind = "oneOf";
|
||||
subTypes = [
|
||||
{ kind = "string"; }
|
||||
{ kind = "object"; }
|
||||
{
|
||||
kind = "string";
|
||||
}
|
||||
{
|
||||
kind = "object";
|
||||
}
|
||||
];
|
||||
};
|
||||
kind = "list";
|
||||
|
@ -1762,7 +1776,9 @@
|
|||
they will end up being interpreted as options to
|
||||
[`rustc`’s built-in test harness (“libtest”)](https://doc.rust-lang.org/rustc/tests/index.html#cli-arguments).
|
||||
'';
|
||||
pluginDefault = [ "--show-output" ];
|
||||
pluginDefault = [
|
||||
"--show-output"
|
||||
];
|
||||
type = {
|
||||
item = {
|
||||
kind = "string";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue