From 0b31f0688e78b36b47bc7be278edf37bc326e47c Mon Sep 17 00:00:00 2001 From: Akmadan23 Date: Fri, 24 Nov 2023 12:45:25 +0100 Subject: [PATCH] stylua --- lua/nvim-tree/explorer/node.lua | 1 - lua/nvim-tree/utils.lua | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) 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