stylua
This commit is contained in:
@@ -4,7 +4,6 @@ local M = {}
|
||||
---@field file string|nil
|
||||
---@field dir table|nil
|
||||
|
||||
|
||||
---@param parent_ignored boolean
|
||||
---@param status table|nil
|
||||
---@param absolute_path string
|
||||
|
||||
@@ -96,7 +96,7 @@ M.path_separator = path_separator
|
||||
|
||||
--- Get the node and index of the node from the tree that matches the predicate.
|
||||
--- The explored nodes are those displayed on the view.
|
||||
---@param nodes Node[]
|
||||
---@param nodes Node[]
|
||||
---@param fn fun(node: Node): boolean
|
||||
---@return table|nil
|
||||
---@return number
|
||||
|
||||
Reference in New Issue
Block a user