Bryan 2024-11-11 00:22:59 -06:00
parent cf4c944b21
commit 88f5508d46
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ function M.start()
vim.api.nvim_create_autocmd("VimLeavePre", {
group = vim.api.nvim_create_augroup("Persisted", { clear = true }),
callback = function()
M.save()
-- M.save()
end,
})