mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-18 20:36:45 +00:00
refactor: Task.needed => task.skip
This commit is contained in:
parent
3768256956
commit
16fd35c285
2 changed files with 5 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
|||
local Process = require("lazy.manage.process")
|
||||
|
||||
---@class LazyTaskDef
|
||||
---@field needed? fun(plugin:LazyPlugin, opts:RunnerOpts):any?
|
||||
---@field skip? fun(plugin:LazyPlugin, opts:RunnerOpts):any?
|
||||
---@field run fun(task:LazyTask)
|
||||
|
||||
---@alias LazyTaskState fun():boolean?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue