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;
|
||||
description = "A dictionary mapping file types to their enabled status";
|
||||
default = {};
|
||||
example = literalExpression ''
|
||||
{
|
||||
"*" = false;
|
||||
python = true;
|
||||
}
|
||||
'';
|
||||
example = {
|
||||
"*" = false;
|
||||
python = true;
|
||||
};
|
||||
};
|
||||
|
||||
proxy = helpers.defaultNullOpts.mkStr "" ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue