mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-04 15:07:34 +00:00
fix(view): handler details
This commit is contained in:
parent
2fa5be3779
commit
bbad0cb891
1 changed files with 1 additions and 1 deletions
|
@ -317,7 +317,7 @@ function M:details(plugin)
|
||||||
table.insert(props, { "readme", "README.md" })
|
table.insert(props, { "readme", "README.md" })
|
||||||
end
|
end
|
||||||
|
|
||||||
for handler in ipairs(Handler.handlers) do
|
for handler in pairs(Handler.handlers) do
|
||||||
if plugin[handler] then
|
if plugin[handler] then
|
||||||
table.insert(props, {
|
table.insert(props, {
|
||||||
handler,
|
handler,
|
||||||
|
|
Loading…
Add table
Reference in a new issue