mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 08:35:43 +02:00
lib/options: mkLazyLoadOption: packPathName -> name
This commit is contained in:
parent
c37031d71f
commit
63c81b1778
1 changed files with 3 additions and 3 deletions
|
@ -335,10 +335,10 @@ rec {
|
||||||
};
|
};
|
||||||
|
|
||||||
mkLazyLoadOption =
|
mkLazyLoadOption =
|
||||||
packPathName:
|
name:
|
||||||
lib.mkOption {
|
lib.mkOption {
|
||||||
description = ''
|
description = ''
|
||||||
Lazy-load settings for ${packPathName}.
|
Lazy-load settings for ${name}.
|
||||||
|
|
||||||
> [!WARNING]
|
> [!WARNING]
|
||||||
> This is an experimental option and may not work as expected with all plugins.
|
> This is an experimental option and may not work as expected with all plugins.
|
||||||
|
@ -356,7 +356,7 @@ rec {
|
||||||
`true` when `settings` has a non-null attribute
|
`true` when `settings` has a non-null attribute
|
||||||
'';
|
'';
|
||||||
description = ''
|
description = ''
|
||||||
lazy-loading for ${packPathName}
|
lazy-loading for ${name}
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue