mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-11-06 09:21:08 +00:00
1.9 KiB
1.9 KiB
🌈 Highlight Groups
| Highlight Group | Default Group | Description |
|---|---|---|
| LazyBold | { bold = true } |
|
| LazyButton | CursorLine | |
| LazyButtonActive | Visual | |
| LazyComment | Comment | |
| LazyCommit | @variable.builtin | commit ref |
| LazyCommitIssue | Number | |
| LazyCommitScope | Italic | conventional commit scope |
| LazyCommitType | Title | conventional commit type |
| LazyDimmed | Conceal | property |
| LazyDir | @markup.link | directory |
| LazyError | DiagnosticError | task errors |
| LazyH1 | IncSearch | home button |
| LazyH2 | Bold | titles |
| LazyInfo | DiagnosticInfo | task errors |
| LazyItalic | { italic = true } |
|
| LazyLocal | Constant | |
| LazyNoCond | DiagnosticWarn | unloaded icon for a plugin where cond() was false |
| LazyNormal | NormalFloat | |
| LazyProgressDone | Constant | progress bar done |
| LazyProgressTodo | LineNr | progress bar todo |
| LazyProp | Conceal | property |
| LazyReasonCmd | Operator | |
| LazyReasonEvent | Constant | |
| LazyReasonFt | Character | |
| LazyReasonImport | Identifier | |
| LazyReasonKeys | Statement | |
| LazyReasonPlugin | Special | |
| LazyReasonRequire | @variable.parameter | |
| LazyReasonRuntime | @macro | |
| LazyReasonSource | Character | |
| LazyReasonStart | @variable.member | |
| LazySpecial | @punctuation.special | |
| LazyTaskOutput | MsgArea | task output |
| LazyUrl | @markup.link | url |
| LazyValue | @string | value of a property |
| LazyWarning | DiagnosticWarn | task errors |