mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +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 =
|
||||
packPathName:
|
||||
name:
|
||||
lib.mkOption {
|
||||
description = ''
|
||||
Lazy-load settings for ${packPathName}.
|
||||
Lazy-load settings for ${name}.
|
||||
|
||||
> [!WARNING]
|
||||
> 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
|
||||
'';
|
||||
description = ''
|
||||
lazy-loading for ${packPathName}
|
||||
lazy-loading for ${name}
|
||||
'';
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue