Skip to content

Commit

Permalink
fix(types): ensure all fields for LazyPluginSpec are optional
Browse files Browse the repository at this point in the history
  • Loading branch information
daephx committed Dec 9, 2024
1 parent 014d1d6 commit 80f5a8a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lua/lazy/types.lua
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@
---@field module? false

---@class LazyPluginSpec: LazyPluginBase,LazyPluginSpecHandlers,LazyPluginHooks,LazyPluginRef
---@field name? string display name and name used for plugin config files
---@field dir? string
---@field dependencies? string|string[]|LazyPluginSpec[]
---@field specs? string|string[]|LazyPluginSpec[]

Expand Down

0 comments on commit 80f5a8a

Please sign in to comment.