Skip to content

Commit

Permalink
Merge branch 'add-silent-restore-option' of github.com:rmagatti/auto-…
Browse files Browse the repository at this point in the history
…session into add-silent-restore-option
  • Loading branch information
rmagatti committed Mar 31, 2024
2 parents 00d2136 + dcf788a commit d42f0ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/auto-session.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ defaultConf *defaultConf*
Fields: ~
{log_level} (string|integer) "debug", "info", "warn", "error" or vim.log.levels.DEBUG, vim.log.levels.INFO, vim.log.levels.WARN, vim.log.levels.ERROR
{auto_session_enable_last_session} (boolean)
{auto_session_last_session_dir} (string)
{auto_session_root_dir} (string) root directory for session files, by default is `vim.fn.stdpath('data')/sessions/`
{auto_session_enabled} (boolean) enable auto session
{auto_session_create_enabled} (boolean|nil) Enables/disables auto creating new sessions
Expand All @@ -21,6 +20,7 @@ luaOnlyConf *luaOnlyConf*
Fields: ~
{cwd_change_handling} (CwdChangeHandling)
{bypass_session_save_file_types?} (table) List of file types to bypass auto save when the only buffer open is one of the file types listed
{silent_restore} (boolean) Whether to restore sessions silently or not


CwdChangeHandling *CwdChangeHandling*
Expand Down

0 comments on commit d42f0ed

Please sign in to comment.