Module colorizer.usercmds
User Commands This module provides functions for creating user commands for the Colorizer plugin in Neovim.
It allows the creation of commands to attach, detach, reload, and toggle the Colorizer functionality on buffers.
Available commands are:
ColorizerAttachToBuffer: Attaches Colorizer to the current buffer
ColorizerDetachFromBuffer: Detaches Colorizer from the current buffer
ColorizerReloadAllBuffers: Reloads Colorizer for all buffers
ColorizerToggle: Toggles Colorizer attachment to the buffer
Functions
| make (cmds) | Create user commands for Colorizer based on the given command list. |