mirror of https://github.com/folke/lazy.nvim.git
fix(view): handler details
This commit is contained in:
parent
2fa5be3779
commit
bbad0cb891
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue