aboutsummaryrefslogtreecommitdiff
path: root/doc/colorizer-lua.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/colorizer-lua.txt')
-rw-r--r--doc/colorizer-lua.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/colorizer-lua.txt b/doc/colorizer-lua.txt
index bcad522..84db37f 100644
--- a/doc/colorizer-lua.txt
+++ b/doc/colorizer-lua.txt
@@ -64,12 +64,14 @@ Assumes the module is imported as `colorizer`
css_fn = false; -- Enable all CSS *functions*: rgb_fn, hsl_fn
-- Available modes: foreground, background
mode = 'background'; -- Set the display mode.
+ virtualtext = '■'; -- the virtual text block
}
<
MODES:
- 'foreground': sets the foreground text color.
- 'background': sets the background text color.
+- 'virtualtext': indicate the color behind the virtualtext
|colorizer.setup| *colorizer.setup*