Bryan 2024-11-07 17:42:56 -06:00
parent 376df130f2
commit b55a7581e4
2 changed files with 1 additions and 2 deletions

View File

@ -125,7 +125,6 @@ function M.save(opts)
if type(config.save_post) == "function" then
config.save_post()
end
vim.print("sesson written")
M.fire("PersistedSavePost")
return true -- returning true deletes autocmd after fired
end,

View File

@ -44,7 +44,7 @@ function M.load_session(session)
return true
end,
})
vim.print("saving session!!!")
persisted.save({ session = vim.g.persisted_loaded_session })
end