I think I finally figured it out. Stupid me.

main
Bryan 2024-11-08 00:04:13 -06:00
parent c056c72abd
commit 4526625f32
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ function M.load_session(session)
-- for _, buf in ipairs(vim.api.nvim_list_bufs()) do -- for _, buf in ipairs(vim.api.nvim_list_bufs()) do
-- vim.api.nvim_buf_delete(buf, { force = true }) -- vim.api.nvim_buf_delete(buf, { force = true })
-- end -- end
-- persisted.load({ session = session.file_path }) persisted.load({ session = session.file_path })
-- end) -- end)
return true return true
end, end,