plugins/copilot-vim: remove literalExample

This commit is contained in:
Gaetan Lepage 2023-12-19 14:07:28 +01:00 committed by Gaétan Lepage
parent c09e484740
commit 2463b52250

View file

@ -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 "" ''