feat(view): modes and help

This commit is contained in:
Folke Lemaitre 2022-11-29 10:30:14 +01:00
commit 0db98bf053
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040
5 changed files with 95 additions and 24 deletions

View file

@ -2,7 +2,7 @@ local M = {}
M.colors = {
Error = "ErrorMsg",
H1 = "Title",
H1 = "IncSearch",
H2 = "Bold",
Muted = "Comment",
Normal = "NormalFloat",
@ -21,7 +21,9 @@ M.colors = {
LoaderKeys = "Statement",
LoaderStart = "@field",
LoaderSource = "Character",
LoaderCmd = "Operator"
LoaderCmd = "Operator",
Button = "CursorLine",
ButtonActive = "Visual",
}
M.did_setup = false