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" })
|
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…
Reference in New Issue