mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-06-27 19:24:13 +00:00
feat(float): floats can now be persistent
This commit is contained in:
parent
e6bf3a0d9c
commit
94472b8303
3 changed files with 61 additions and 10 deletions
|
@ -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,
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue