I think I finally figured it out. Stupid me.
parent
c056c72abd
commit
4526625f32
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue