diff options
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,7 @@ The default configuration is: These can be overridden when activating the plugin, e.g.: ```lua -require "no-clown-fiesta".setup({ type = "bold,italic" }) +require("no-clown-fiesta").setup({ type = "bold,italic" }) ``` ## Supported Plugins |