feat(plugin): added support for virtual plugins. Closes #1836

This commit is contained in:
Folke Lemaitre 2024-12-06 20:28:50 +01:00
parent 3388a26417
commit ee64abc76b
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040
5 changed files with 14 additions and 5 deletions

View file

@ -60,6 +60,7 @@
---@field priority? number Only useful for lazy=false plugins to force loading certain plugins first. Default priority is 50
---@field dev? boolean If set, then link to the respective folder under your ~/projects
---@field rocks? string[]
---@field virtual? boolean virtual plugins won't be installed or added to the rtp.
---@class LazyPlugin: LazyPluginBase,LazyPluginHandlers,LazyPluginHooks,LazyPluginRef
---@field dependencies? string[]