summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
index 6703bd1..52367e1 100644
--- a/README.md
+++ b/README.md
@@ -22,3 +22,12 @@ neovim = nightly
1. Create a `.vale.ini` file in the project
2. Run `vale sync` with the vale located in `mason/packages/vale`
+
+## Clear lua Cache
+
+```fnl
+(let [cache-api (require :hotpot.api.cache)]
+ (cache-api.clear-cache))
+```
+
+Select and run `:Fnl`