style: lua annotations

This commit is contained in:
Folke Lemaitre 2023-07-20 23:42:38 +02:00
parent 84266b9f0f
commit 61c43455b0
No known key found for this signature in database
GPG Key ID: 41F8B1FBACAE2040
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ function M.file_exists(file)
end
---@param opts? LazyFloatOptions
---@return LazyFloat
function M.float(opts)
return require("lazy.view.float")(opts)
end