Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lua/lazy/manage/process.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ local Config = require("lazy.core.config")
local uv = vim.uv

---@class ProcessOpts
---@field args string[]
---@field args? string[]
---@field cwd? string
---@field on_line? fun(line:string)
---@field on_exit? fun(ok:boolean, output:string)
Expand Down
2 changes: 1 addition & 1 deletion lua/lazy/types.lua
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
---@field branch? string
---@field tag? string
---@field commit? string
---@field version? string|boolean
---@field version? string|false
---@field pin? boolean
---@field submodules? boolean Defaults to true

Expand Down
Loading