Skip to content

Commit

Permalink
fix(view): handler details
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Nov 28, 2022
1 parent 2fa5be3 commit bbad0cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/lazy/view/render.lua
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ function M:details(plugin)
table.insert(props, { "readme", "README.md" })
end

for handler in ipairs(Handler.handlers) do
for handler in pairs(Handler.handlers) do
if plugin[handler] then
table.insert(props, {
handler,
Expand Down

0 comments on commit bbad0cb

Please sign in to comment.