WIP
parent
68a7d86c61
commit
bc966308ee
|
|
@ -36,6 +36,7 @@ function M.load_session(session)
|
|||
callback = function()
|
||||
vim.print("delete and load")
|
||||
for _, buf in ipairs(vim.api.nvim_list_bufs()) do
|
||||
print("buff delete")
|
||||
vim.api.nvim_buf_delete(buf, { force = true })
|
||||
end
|
||||
persisted.load({ session = session.file_path })
|
||||
|
|
|
|||
Loading…
Reference in New Issue