mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-06-28 19:34:15 +00:00
fix: config key dev type
The dev key in config should be typed as LazySpec and not boolean.
This commit is contained in:
parent
dac844ed61
commit
5b491690f5
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@
|
||||||
---@field optional? boolean If set, then this plugin will not be added unless it is added somewhere else
|
---@field optional? boolean If set, then this plugin will not be added unless it is added somewhere else
|
||||||
---@field lazy? boolean
|
---@field lazy? boolean
|
||||||
---@field priority? number Only useful for lazy=false plugins to force loading certain plugins first. Default priority is 50
|
---@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 dev? LazySpec If set, then link to the respective folder under your ~/projects
|
||||||
|
|
||||||
---@class LazyPlugin: LazyPluginBase,LazyPluginHandlers,LazyPluginHooks,LazyPluginRef
|
---@class LazyPlugin: LazyPluginBase,LazyPluginHandlers,LazyPluginHooks,LazyPluginRef
|
||||||
---@field dependencies? string[]
|
---@field dependencies? string[]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue