mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-16 04:04:34 +02:00
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:
parent
e51b8b9b5c
commit
5cec79e59f
3 changed files with 49 additions and 49 deletions
|
@ -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" ];
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue