prevent lazy loading
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
return {
|
||||
'rmagatti/auto-session',
|
||||
-- lazy = false,
|
||||
event = 'VeryLazy',
|
||||
lazy = false,
|
||||
|
||||
---@module "auto-session"
|
||||
---@type AutoSession.Config
|
||||
opts = {
|
||||
auto_save = true,
|
||||
auto_restore = false, -- don't auto restore the last session
|
||||
lazy_support = true,
|
||||
session_lens = {
|
||||
load_on_setup = true,
|
||||
previewer = false,
|
||||
@@ -20,6 +20,6 @@ return {
|
||||
},
|
||||
bypass_save_filetypes = { 'alpha', 'dashboard' }, -- don't save dashboard/greeter to a session
|
||||
-- Folders listed here will not have sessions created within.
|
||||
suppress_dirs = { '~/', '~/Downloads', '~/Documents', '~/Desktop', '/' },
|
||||
suppress_dirs = { '~/', '~/Downloads', '~/Desktop', '/' },
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user