mirror of https://github.com/folke/lazy.nvim.git
style: lua annotations
This commit is contained in:
parent
84266b9f0f
commit
61c43455b0
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue