mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-03 22:51:17 +00:00
chore(build): auto-generate docs
This commit is contained in:
parent
d8f1d4b9d8
commit
362b550e6a
2 changed files with 4 additions and 4 deletions
|
@ -793,7 +793,7 @@ with a lazy extension in `lazy`.
|
|||
|
||||
| Highlight Group | Default Group | Description |
|
||||
| --- | --- | --- |
|
||||
| **LazyBold** | ***{ bold = true }*** | |
|
||||
| **LazyBold** | `{ bold = true }` | |
|
||||
| **LazyButton** | ***CursorLine*** | |
|
||||
| **LazyButtonActive** | ***Visual*** | |
|
||||
| **LazyComment** | ***Comment*** | |
|
||||
|
@ -807,7 +807,7 @@ with a lazy extension in `lazy`.
|
|||
| **LazyH1** | ***IncSearch*** | home button |
|
||||
| **LazyH2** | ***Bold*** | titles |
|
||||
| **LazyInfo** | ***DiagnosticInfo*** | task errors |
|
||||
| **LazyItalic** | ***{ italic = true }*** | |
|
||||
| **LazyItalic** | `{ italic = true }` | |
|
||||
| **LazyLocal** | ***Constant*** | |
|
||||
| **LazyNoCond** | ***DiagnosticWarn*** | unloaded icon for a plugin where `cond()` was false |
|
||||
| **LazyNormal** | ***NormalFloat*** | |
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
| Highlight Group | Default Group | Description |
|
||||
| --- | --- | --- |
|
||||
| **LazyBold** | ***{ bold = true }*** | |
|
||||
| **LazyBold** | `{ bold = true }` | |
|
||||
| **LazyButton** | ***CursorLine*** | |
|
||||
| **LazyButtonActive** | ***Visual*** | |
|
||||
| **LazyComment** | ***Comment*** | |
|
||||
|
@ -18,7 +18,7 @@
|
|||
| **LazyH1** | ***IncSearch*** | home button |
|
||||
| **LazyH2** | ***Bold*** | titles |
|
||||
| **LazyInfo** | ***DiagnosticInfo*** | task errors |
|
||||
| **LazyItalic** | ***{ italic = true }*** | |
|
||||
| **LazyItalic** | `{ italic = true }` | |
|
||||
| **LazyLocal** | ***Constant*** | |
|
||||
| **LazyNoCond** | ***DiagnosticWarn*** | unloaded icon for a plugin where `cond()` was false |
|
||||
| **LazyNormal** | ***NormalFloat*** | |
|
||||
|
|
Loading…
Add table
Reference in a new issue