aboutsummaryrefslogtreecommitdiff
path: root/plugin
diff options
context:
space:
mode:
Diffstat (limited to 'plugin')
-rw-r--r--plugin/colorizer.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugin/colorizer.lua b/plugin/colorizer.lua
index 1e7ea61..979a888 100644
--- a/plugin/colorizer.lua
+++ b/plugin/colorizer.lua
@@ -8,6 +8,7 @@ command("ColorizerAttachToBuffer", function()
require("colorizer").attach_to_buffer(0)
end, {})
+-- Stop highlighting the current buffer (detach).
command("ColorizerDetachFromBuffer", function()
require("colorizer").detach_from_buffer(0)
end, {})