aboutsummaryrefslogtreecommitdiff
path: root/doc/colorizer.txt
diff options
context:
space:
mode:
authorAkianonymus <anonymus.aki@gmail.com>2022-09-07 11:26:59 +0530
committerAkianonymus <anonymus.aki@gmail.com>2022-09-07 12:15:21 +0530
commit125e4995b86a94405aaf40191738f4b6fcd8ed57 (patch)
tree204312ca1da268a3eaa96e45b6f1f9ec9c580341 /doc/colorizer.txt
parentbuffer_utils: Validate rgb_hex too | trie: Add exact param to longest_prefix (diff)
tailwind: Use true for normal mode
For first start, wait 100 ms before trying to get some info from the lsp
Diffstat (limited to 'doc/colorizer.txt')
-rw-r--r--doc/colorizer.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/colorizer.txt b/doc/colorizer.txt
index 5ac2abc..1ff8269 100644
--- a/doc/colorizer.txt
+++ b/doc/colorizer.txt
@@ -203,7 +203,8 @@ user_default_options *colorizer.user_default_options*
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 = "■",
}