docs: Update readme on new highlight groups

This commit is contained in:
hedy
2023-11-13 14:46:01 +08:00
parent 66aecc7636
commit c6438a21e1

View File

@@ -452,9 +452,10 @@ outline_window = {
Possible highlight groups provided by outline.nvim to customize: Possible highlight groups provided by outline.nvim to customize:
| Highlight | Description | | Highlight | Description |
| ---------------- | ------------------------------- | | -------------------- | ---------------------------------------------------- |
| OutlineCurrent | Current symbol under cursor | | OutlineCurrent | Current symbol under cursor |
| OutlineGuides | Guide markers in the outline | | OutlineGuides | Guide markers section in each line of the outline |
| OutlineFoldMarker | Fold markers in the outline |
| OutlineDetails | Symbol details in virtual text | | OutlineDetails | Symbol details in virtual text |
| OutlineLineno | The Lineno column virtual text | | OutlineLineno | The Lineno column virtual text |