diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2024-05-15 01:41:22 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2024-05-15 01:41:22 +0200 |
commit | ab7c3a77cf8b9b7e92fa67e947917cdf4a42420f (patch) | |
tree | 8a66b4730b6e00013b8337d757a84eb7c13c2a13 | |
parent | 3d5db16dcf5b8647bb568bde6cd9d2cd2dedcd2b (diff) |
Update README
-rw-r--r-- | README.md | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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` |