mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-06-28 11:24:14 +00:00
feat(ui): toggle to show plugin URLs on home page
This commit is contained in:
parent
3f13f08043
commit
f9d3365c5f
7 changed files with 51 additions and 6 deletions
|
@ -120,30 +120,37 @@ M.commands = {
|
|||
key = "D",
|
||||
toggle = true,
|
||||
},
|
||||
locations = {
|
||||
button = false,
|
||||
desc = "Toggle plugin locations (URL)",
|
||||
id = 11,
|
||||
key = "T",
|
||||
toggle = true,
|
||||
},
|
||||
help = {
|
||||
button = true,
|
||||
desc = "Toggle this help page",
|
||||
id = 11,
|
||||
id = 12,
|
||||
key = "?",
|
||||
toggle = true,
|
||||
},
|
||||
clear = {
|
||||
desc = "Clear finished tasks",
|
||||
id = 12,
|
||||
id = 13,
|
||||
},
|
||||
load = {
|
||||
desc = "Load a plugin that has not been loaded yet. Similar to `:packadd`. Like `:Lazy load foo.nvim`. Use `:Lazy! load` to skip `cond` checks.",
|
||||
id = 13,
|
||||
id = 14,
|
||||
plugins = true,
|
||||
plugins_required = true,
|
||||
},
|
||||
health = {
|
||||
desc = "Run `:checkhealth lazy`",
|
||||
id = 14,
|
||||
id = 15,
|
||||
},
|
||||
build = {
|
||||
desc = "Rebuild a plugin",
|
||||
id = 15,
|
||||
id = 16,
|
||||
plugins = true,
|
||||
plugins_required = true,
|
||||
key_plugin = "gb",
|
||||
|
@ -152,7 +159,7 @@ M.commands = {
|
|||
desc = "Reload a plugin (experimental!!)",
|
||||
plugins = true,
|
||||
plugins_required = true,
|
||||
id = 16,
|
||||
id = 17,
|
||||
},
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue