mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-18 20:36:45 +00:00
feat(ui): added debug interface to inspect active handlers and the module cache
This commit is contained in:
parent
d36ad410ee
commit
6d68cc6ea2
4 changed files with 53 additions and 15 deletions
|
@ -36,6 +36,9 @@ M.commands = {
|
|||
help = function()
|
||||
View.show("help")
|
||||
end,
|
||||
debug = function()
|
||||
View.show("debug")
|
||||
end,
|
||||
profile = function()
|
||||
View.show("profile")
|
||||
end,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue