Bryan 2024-11-07 17:16:20 -06:00
parent 2b71c34d46
commit 5e8c2ac0a7
1 changed files with 1 additions and 1 deletions

View File

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