We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
LazyPluginSpec
1 parent 014d1d6 commit 703be1dCopy full SHA for 703be1d
lua/lazy/types.lua
@@ -75,6 +75,8 @@
75
---@field module? false
76
77
---@class LazyPluginSpec: LazyPluginBase,LazyPluginSpecHandlers,LazyPluginHooks,LazyPluginRef
78
+---@field name? string display name and name used for plugin config files
79
+---@field dir? string
80
---@field dependencies? string|string[]|LazyPluginSpec[]
81
---@field specs? string|string[]|LazyPluginSpec[]
82
0 commit comments