mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-18 20:36:45 +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
|
@ -53,6 +53,7 @@ function M.create()
|
|||
Float.init(self, {
|
||||
title = Config.options.ui.title,
|
||||
title_pos = Config.options.ui.title_pos,
|
||||
noautocmd = true,
|
||||
})
|
||||
|
||||
if Config.options.ui.wrap then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue