feat(float): floats can now be persistent

This commit is contained in:
Folke Lemaitre 2023-06-03 10:45:53 +02:00
parent e6bf3a0d9c
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

@ -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