From 85b40333eb7c2b8db16993864e0e5d3996130ff1 Mon Sep 17 00:00:00 2001 From: Pocco81 Date: Sun, 29 Aug 2021 11:47:45 -0500 Subject: [PATCH] feat: documented CPClear --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 89d4f7a..f05b31c 100644 --- a/README.md +++ b/README.md @@ -306,9 +306,10 @@ This depends on your plugin manager. If, for example, you are using Packer.nvim, ## Commands -The only command provided follows the _camel casing_ naming convention and has the `CP` prefix so that it's easy to remember that it's part of Catppuccino.nvim: +The provides commands that follows the _camel casing_ naming convention and have the `CP` prefix so that it's easy to remember that they are part of Catppuccino.nvim: - `:CPLoad ` loads the passed ``. +- `:CPClear` clear all highlight groups. # 🐬 Configuration