From df44165610faa66f623a3e2085e05085cba23d66 Mon Sep 17 00:00:00 2001 From: MasouShizuka Date: Sat, 17 May 2025 20:48:28 +0800 Subject: [PATCH] docs(readme): Emphasize that setup must be written to init.lua --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c7f471b..c968f30 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ desc = "Save last project and exit the process" --- -Additionally there are configurations that can be done using the plugin's `setup` function in Yazi's `init.lua`, i.e. `~/.config/yazi/init.lua`. +Don't forget to add the plugin's `setup` function in Yazi's `init.lua`, i.e. `~/.config/yazi/init.lua`. The following are the default configurations: ```lua @@ -111,6 +111,9 @@ require("projects"):setup({ }) ``` +> [!NOTE] +> Settings that are not set will use the default value. + ### `save` > [!NOTE]