mirror of https://github.com/folke/lazy.nvim.git
fix(types): fixed type for `version`. Fixes #1381
This commit is contained in:
parent
af6afefbb4
commit
eade87fb83
|
@ -44,7 +44,7 @@
|
||||||
---@field branch? string
|
---@field branch? string
|
||||||
---@field tag? string
|
---@field tag? string
|
||||||
---@field commit? string
|
---@field commit? string
|
||||||
---@field version? string
|
---@field version? string|boolean
|
||||||
---@field pin? boolean
|
---@field pin? boolean
|
||||||
---@field submodules? boolean Defaults to true
|
---@field submodules? boolean Defaults to true
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue