mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-19 04:46:45 +00:00
feat(ui): show indication of plugins that need build. See #1563
This commit is contained in:
parent
2e1167df4a
commit
53f314d9e6
2 changed files with 12 additions and 1 deletions
|
@ -33,6 +33,12 @@ return {
|
|||
end,
|
||||
title = "Working",
|
||||
},
|
||||
{
|
||||
filter = function(plugin)
|
||||
return plugin._.build
|
||||
end,
|
||||
title = "Build",
|
||||
},
|
||||
{
|
||||
filter = function(plugin)
|
||||
return has_task(plugin, function(task)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue