Skip to content

Commit 4977926

Browse files
committed
feat: add type annotations for plenary.path
1 parent b882522 commit 4977926

File tree

2 files changed

+174
-20
lines changed

2 files changed

+174
-20
lines changed

lua/plenary/init.lua

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

0 commit comments

Comments
 (0)