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`)",