Skip to content

Commit 6e20ba6

Browse files
committed
feat: add type annotations for plenary
1 parent a3e3bc8 commit 6e20ba6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lua/plenary/init.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
-- Lazy load everything into plenary.
2+
---@class Plenary
23
local plenary = setmetatable({}, {
34
__index = function(t, k)
45
local ok, val = pcall(require, string.format("plenary.%s", k))

0 commit comments

Comments
 (0)