mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-06-28 11:24:14 +00:00
feat: added keybindings to update/install/clean/restore/... single plugins
This commit is contained in:
parent
54a82ad695
commit
08b7e42fb0
6 changed files with 43 additions and 22 deletions
|
@ -98,7 +98,7 @@ function M:title()
|
|||
|
||||
local View = require("lazy.view")
|
||||
for _, mode in ipairs(View.modes) do
|
||||
if not mode.hide then
|
||||
if not mode.hide and not mode.plugin then
|
||||
local title = " " .. mode.name:sub(1, 1):upper() .. mode.name:sub(2) .. " (" .. mode.key .. ") "
|
||||
self:append(title, View.mode == mode.name and "LazyButtonActive" or "LazyButton"):append(" ")
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue