mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-04 06:57:34 +00:00
fix(types): fixed type for version
. Fixes #1381
This commit is contained in:
parent
af6afefbb4
commit
eade87fb83
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@
|
|||
---@field branch? string
|
||||
---@field tag? string
|
||||
---@field commit? string
|
||||
---@field version? string
|
||||
---@field version? string|boolean
|
||||
---@field pin? boolean
|
||||
---@field submodules? boolean Defaults to true
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue