Skip to content

Commit

Permalink
fix: typo of allowed_dirs
Browse files Browse the repository at this point in the history
  • Loading branch information
cameronr committed Aug 26, 2024
1 parent 7cb9109 commit 83fd1df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/auto-session/config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ local defaults = {
auto_restore = true, -- Enables/disables auto restoring session on start
auto_create = true, -- Enables/disables auto creating new session files. Can take a function that should return true/false if a new session file should be created or not
suppressed_dirs = nil, -- Suppress session restore/create in certain directories
alloweded_dirs = nil, -- Allow session restore/create in certain directories
allowed_dirs = nil, -- Allow session restore/create in certain directories
auto_restore_last_session = false, -- On startup, loads the last saved session if session for cwd does not exist
use_git_branch = false, -- Include git branch name in session name
lazy_support = true, -- Automatically detect if Lazy.nvim is being used and wait until Lazy is done to make sure session is restored correctly. Does nothing if Lazy isn't being used. Can be disabled if a problem is suspected or for debugging
Expand Down

0 comments on commit 83fd1df

Please sign in to comment.