mirror of
https://github.com/nix-community/nixvim.git
synced 2025-08-01 08:34:41 +02:00
lib/plugins: make plugin optional when lazy-loading
This commit is contained in:
parent
87b2679d6f
commit
f878289722
5 changed files with 22 additions and 1 deletions
|
@ -46,6 +46,7 @@ lib.makeExtensible (
|
|||
|
||||
inherit (self.options)
|
||||
defaultNullOpts
|
||||
mkAutoLoadOption
|
||||
mkCompositeOption
|
||||
mkCompositeOption'
|
||||
mkLazyLoadOption
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue