feat(plugin): added support for cond for imports (#1079)

Co-authored-by: abeldekat <abel@nomail.com>
This commit is contained in:
abeldekat 2023-10-06 15:46:46 +02:00 committed by GitHub
commit 58e954a735
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View file

@ -75,3 +75,4 @@
---@class LazySpecImport
---@field import string spec module to import
---@field enabled? boolean|(fun():boolean)
---@field cond? boolean|(fun():boolean)