mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-06-29 03:44:14 +00:00
feat: when a plugin is disabled conditionally, do not import its additional plugin modules.
This commit is contained in:
parent
6b6f0a4512
commit
beeafc6456
2 changed files with 4 additions and 0 deletions
|
@ -75,3 +75,4 @@
|
|||
---@class LazySpecImport
|
||||
---@field import string spec module to import
|
||||
---@field enabled? boolean|(fun():boolean)
|
||||
---@field cond? boolean|(fun():boolean)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue