feat: new render features like profile etc

This commit is contained in:
Folke Lemaitre 2022-11-24 22:06:05 +01:00
parent d7dbe1a43f
commit 48199f8031
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040
2 changed files with 56 additions and 17 deletions

View file

@ -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