aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAshkan Kiani <ashkan.k.kiani@gmail.com>2019-11-07 20:16:53 -0800
committerAshkan Kiani <ashkan.k.kiani@gmail.com>2019-11-07 20:16:53 -0800
commit35f1aad99c4d03217bcc80a2e16efe3ba74379a4 (patch)
treeb42cdc6854db4b34ae592a064a3941f79491e9a3 /README.md
parentDisable strict index checking. (diff)
parentImplement ColorizerToggle command (diff)
Merge branch 'master' of github.com:norcalli/nvim-colorizer.lua
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 6942df2..d8e5d47 100644
--- a/README.md
+++ b/README.md
@@ -132,6 +132,10 @@ Stop highlighting the current buffer (detach).
Reload all buffers that are being highlighted with new settings from the setup
settings (or the defaults). Shortcut for ColorizerAttachToBuffer on every
buffer.
+
+|:ColorizerToggle|
+
+Toggle highlighting of the current buffer.
```