Skip to content

Commit f5b6991

Browse files
committed
feat: add type annotations for plenary.scandir
1 parent 75d1e97 commit f5b6991

File tree

2 files changed

+174
-56
lines changed

2 files changed

+174
-56
lines changed

lua/plenary/init.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
---@class Plenary
33
---@field functional PlenaryFunctional
44
---@field path PlenaryPath
5+
---@field scandir PlenaryScandir
56
local plenary = setmetatable({}, {
67
__index = function(t, k)
78
local ok, val = pcall(require, string.format("plenary.%s", k))

0 commit comments

Comments
 (0)