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