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 b882522 commit 4977926Copy full SHA for 4977926
lua/plenary/init.lua
@@ -1,5 +1,6 @@
1
-- Lazy load everything into plenary.
2
---@class Plenary
3
+---@field path PlenaryPath
4
local plenary = setmetatable({}, {
5
__index = function(t, k)
6
local ok, val = pcall(require, string.format("plenary.%s", k))
0 commit comments