We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc25680 commit ba2d11fCopy full SHA for ba2d11f
lua/nvim-tree/actions/tree/modifiers/expand.lua
@@ -43,7 +43,8 @@ end
43
---@param expansion_count integer
44
---@param node Node
45
---@return boolean
46
-local function descend_until_empty(expansion_count, node)
+local function descend_until_empty(expansion_count, node) --luacheck: ignore 212
47
+
48
local dir = node:as(DirectoryNode)
49
if not dir then
50
return false
0 commit comments