aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index e5d46cc..1e9a510 100644
--- a/README.md
+++ b/README.md
@@ -94,7 +94,8 @@ library to do custom highlighting themselves.
css_fn = false, -- Enable all CSS *functions*: rgb_fn, hsl_fn
-- Available modes for `mode`: foreground, background, virtualtext
mode = "background", -- Set the display mode.
- -- Available methods are false / "normal" / "lsp" / "both"
+ -- Available methods are false / true / "normal" / "lsp" / "both"
+ -- True is same as normal
tailwind = false -- Enable tailwind colors
virtualtext = "■",
},