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 a3e3bc8 commit 6e20ba6Copy full SHA for 6e20ba6
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