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
|
@ -16,12 +16,13 @@ M.colors = {
|
|||
},
|
||||
ProgressTodo = "LineNr",
|
||||
Special = "@punctuation.special",
|
||||
LoaderPlugin = "Special",
|
||||
LoaderEvent = "Constant",
|
||||
LoaderKeys = "Statement",
|
||||
LoaderStart = "@field",
|
||||
LoaderSource = "Character",
|
||||
LoaderCmd = "Operator",
|
||||
HandlerPlugin = "Special",
|
||||
HandlerEvent = "Constant",
|
||||
HandlerKeys = "Statement",
|
||||
HandlerStart = "@field",
|
||||
HandlerSource = "Character",
|
||||
HandlerFt = "Character",
|
||||
HandlerCmd = "Operator",
|
||||
Button = "CursorLine",
|
||||
ButtonActive = "Visual",
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue