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 857c5ac commit 8104813Copy full SHA for 8104813
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