feat(float): floats can now be persistent

This commit is contained in:
Folke Lemaitre 2023-06-03 10:45:53 +02:00
commit 94472b8303
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040
3 changed files with 61 additions and 10 deletions

View file

@ -112,7 +112,7 @@ function M.float_term(cmd, opts)
once = true,
buffer = float.buf,
callback = function()
float:close()
float:close({ wipe = true })
vim.cmd.checktime()
end,
})