mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-06-27 19:24:13 +00:00
fix(plugin): better way of dealing with local specs. Fixes #1524
This commit is contained in:
parent
4c6479e98a
commit
be5dfba542
2 changed files with 44 additions and 37 deletions
|
@ -78,6 +78,7 @@
|
|||
---@alias LazySpec string|LazyPluginSpec|LazySpecImport|LazySpec[]
|
||||
|
||||
---@class LazySpecImport
|
||||
---@field import string spec module to import
|
||||
---@field import string|(fun():LazyPluginSpec) spec module to import
|
||||
---@field name? string
|
||||
---@field enabled? boolean|(fun():boolean)
|
||||
---@field cond? boolean|(fun():boolean)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue