mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-18 20:36:45 +00:00
feat(ui): you can now hover over a plugin to open a diff of updates or the plugin homepage
This commit is contained in:
parent
a973c2edc2
commit
593d6e400b
2 changed files with 63 additions and 15 deletions
|
@ -149,7 +149,9 @@ function M:help()
|
|||
|
||||
self:append("Most properties can be hovered with ")
|
||||
self:append("<K>", "LazySpecial")
|
||||
self:append(" to open links, help files, readmes and git commits."):nl():nl()
|
||||
self:append(" to open links, help files, readmes and git commits."):nl()
|
||||
self:append("When hovering on a plugin anywhere else, a diff will be opened if there are updates"):nl()
|
||||
self:append("or the plugin was just updated. Otherwise the plugin webpage will open."):nl():nl()
|
||||
|
||||
self:append("Keyboard Shortcuts", "LazyH2"):nl()
|
||||
for _, mode in ipairs(ViewConfig.get_commands()) do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue