Skip to content

Commit 8de617c

Browse files
committed
feat: getter for plugins
1 parent 5c7d29e commit 8de617c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

lua/lazy/init.lua

+5
Original file line numberDiff line numberDiff line change
@@ -74,4 +74,9 @@ function M.bootstrap()
7474
end
7575
end
7676

77+
---@return LazyPlugin[]
78+
function M.plugins()
79+
return vim.tbl_values(require("lazy.core.config").plugins)
80+
end
81+
7782
return M

0 commit comments

Comments
 (0)