From c6438a21e11de28b0cfc73549308ff921db6f443 Mon Sep 17 00:00:00 2001 From: hedy Date: Mon, 13 Nov 2023 14:46:01 +0800 Subject: [PATCH] docs: Update readme on new highlight groups --- README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 125ce62..fe7897f 100644 --- a/README.md +++ b/README.md @@ -451,12 +451,13 @@ outline_window = { Possible highlight groups provided by outline.nvim to customize: -| Highlight | Description | -| ---------------- | ------------------------------- | -| OutlineCurrent | Current symbol under cursor | -| OutlineGuides | Guide markers in the outline | -| OutlineDetails | Symbol details in virtual text | -| OutlineLineno | The Lineno column virtual text | +| Highlight | Description | +| -------------------- | ---------------------------------------------------- | +| OutlineCurrent | Current symbol under cursor | +| OutlineGuides | Guide markers section in each line of the outline | +| OutlineFoldMarker | Fold markers in the outline | +| OutlineDetails | Symbol details in virtual text | +| OutlineLineno | The Lineno column virtual text | You can customize any other highlight groups using `winhl` too, this option is passed directly to the `winhl` vim option unprocessed.