mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-22 08:53:28 +02:00
plugins/copilot-vim: remove literalExample
This commit is contained in:
parent
c09e484740
commit
2463b52250
1 changed files with 4 additions and 6 deletions
|
@ -22,12 +22,10 @@ in {
|
||||||
type = types.attrsOf types.bool;
|
type = types.attrsOf types.bool;
|
||||||
description = "A dictionary mapping file types to their enabled status";
|
description = "A dictionary mapping file types to their enabled status";
|
||||||
default = {};
|
default = {};
|
||||||
example = literalExpression ''
|
example = {
|
||||||
{
|
"*" = false;
|
||||||
"*" = false;
|
python = true;
|
||||||
python = true;
|
};
|
||||||
}
|
|
||||||
'';
|
|
||||||
};
|
};
|
||||||
|
|
||||||
proxy = helpers.defaultNullOpts.mkStr "" ''
|
proxy = helpers.defaultNullOpts.mkStr "" ''
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue