mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-18 20:36:45 +00:00
feat: new render features like profile etc
This commit is contained in:
parent
d7dbe1a43f
commit
48199f8031
2 changed files with 56 additions and 17 deletions
|
@ -7,7 +7,7 @@ M.colors = {
|
|||
Muted = "Comment",
|
||||
Normal = "NormalFloat",
|
||||
Commit = "@variable.builtin",
|
||||
Key = "@comment",
|
||||
Key = "Conceal",
|
||||
Value = "@string",
|
||||
ProgressDone = {
|
||||
bold = true,
|
||||
|
@ -16,6 +16,12 @@ M.colors = {
|
|||
},
|
||||
ProgressTodo = "LineNr",
|
||||
Special = "@punctuation.special",
|
||||
LoaderPlugin = "Special",
|
||||
LoaderEvent = "Constant",
|
||||
LoaderKeys = "Statement",
|
||||
LoaderStart = "@field",
|
||||
LoaderSource = "Character",
|
||||
LoaderCmd = "Operator"
|
||||
}
|
||||
|
||||
M.did_setup = false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue