mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-19 04:46:45 +00:00
feat(plugin): added support for virtual plugins. Closes #1836
This commit is contained in:
parent
3388a26417
commit
ee64abc76b
5 changed files with 14 additions and 5 deletions
|
@ -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[]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue