From 053b35a59efad4f624ef5beb3a6156e0194d1729 Mon Sep 17 00:00:00 2001 From: Guennadi Maximov C Date: Mon, 23 Feb 2026 13:55:13 -0600 Subject: [PATCH] docs(readme): add missing `save_file` setup option Signed-off-by: Guennadi Maximov C --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 63b4aea..03de8b9 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,7 @@ This is the default config, tweak it to your liking: require("cheaty").setup({ width = 0.6, height = 0.6, + save_file = vim.fs.joinpath(vim.fn.stdpath("data"), "cheaty.md"), cheatsheet = { "# This is a sample cheatsheet!", "Customise it by editing *this buffer* (just press `i`)",