mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-06-28 03:24:13 +00:00
feat(view): modes and help
This commit is contained in:
parent
88869e67d2
commit
0db98bf053
5 changed files with 95 additions and 24 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue