Bryan 2024-11-07 16:11:42 -06:00
parent e564134995
commit 9d6a37551d
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,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,