From 40b65c151e6eb451ea2fb14b999fc6ef1a0d0ce6 Mon Sep 17 00:00:00 2001 From: Cameron Ring Date: Sat, 16 Nov 2024 20:24:32 -0800 Subject: [PATCH] fix(README): add show_auto_restore_notif --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 70030a7..d9d982c 100644 --- a/README.md +++ b/README.md @@ -71,6 +71,7 @@ Here are the default settings: args_allow_single_directory = true, -- Follow normal sesion save/load logic if launched with a single directory as the only argument args_allow_files_auto_save = false, -- Allow saving a session even when launched with a file argument (or multiple files/dirs). It does not load any existing session first. While you can just set this to true, you probably want to set it to a function that decides when to save a session when launched with file args. See documentation for more detail continue_restore_on_error = true, -- Keep loading the session even if there's an error + show_auto_restore_notif = false, -- Whether to show a notification when auto-restoring cwd_change_handling = false, -- Follow cwd changes, saving a session before change and restoring after log_level = "error", -- Sets the log level of the plugin (debug, info, warn, error).