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 75d1e97 commit f5b6991Copy full SHA for f5b6991
lua/plenary/init.lua
@@ -2,6 +2,7 @@
2
---@class Plenary
3
---@field functional PlenaryFunctional
4
---@field path PlenaryPath
5
+---@field scandir PlenaryScandir
6
local plenary = setmetatable({}, {
7
__index = function(t, k)
8
local ok, val = pcall(require, string.format("plenary.%s", k))
0 commit comments