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;
description = "A dictionary mapping file types to their enabled status";
default = {};
example = literalExpression ''
{
"*" = false;
python = true;
}
'';
example = {
"*" = false;
python = true;
};
};
proxy = helpers.defaultNullOpts.mkStr "" ''