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 08e3019 commit 5503544Copy full SHA for 5503544
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