diff --git a/lua/nvim-tree/explorer/node.lua b/lua/nvim-tree/explorer/node.lua index a10cdeeb..6e58771e 100644 --- a/lua/nvim-tree/explorer/node.lua +++ b/lua/nvim-tree/explorer/node.lua @@ -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 diff --git a/lua/nvim-tree/utils.lua b/lua/nvim-tree/utils.lua index ef3c50ae..3ce8855a 100644 --- a/lua/nvim-tree/utils.lua +++ b/lua/nvim-tree/utils.lua @@ -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