mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-18 20:36:45 +00:00
feat(ui): check pinned packages that can't be updated (#1139)
* style: fix filter types * feat: check outdated pinned plugins
This commit is contained in:
parent
42fb1e89ad
commit
4446fdb9af
5 changed files with 19 additions and 5 deletions
|
@ -14,6 +14,7 @@
|
|||
---@field is_local? boolean
|
||||
---@field updates? {from:GitInfo, to:GitInfo}
|
||||
---@field cloned? boolean
|
||||
---@field outdated? boolean
|
||||
---@field kind? LazyPluginKind
|
||||
---@field dep? boolean True if this plugin is only in the spec as a dependency
|
||||
---@field cond? boolean
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue