lib/options: migrate defaultNullOpts to use pluginDefault

Rename all instances where the plugin default argument is named
`default` to `pluginDefault` to avoid conflict.
This commit is contained in:
Matt Sturgeon 2024-06-14 12:25:06 +01:00
parent e51b8b9b5c
commit 5cec79e59f
No known key found for this signature in database
GPG key ID: 4F91844CED1A8299
3 changed files with 49 additions and 49 deletions

View file

@ -14,7 +14,7 @@ with lib;
See [the source](https://github.com/nix-community/nixd/blob/main/libnixf/include/nixf/Basic/DiagnosticKinds.inc)
for available diagnostics.
'';
default = [ ];
pluginDefault = [ ];
example = [ "sema-escaping-with" ];
};
};