From 61c43455b0be8eb855d0871000aa4425341a239e Mon Sep 17 00:00:00 2001 From: Folke Lemaitre Date: Thu, 20 Jul 2023 23:42:38 +0200 Subject: [PATCH] style: lua annotations --- lua/lazy/util.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/lazy/util.lua b/lua/lazy/util.lua index c5c64a1..dbe108b 100644 --- a/lua/lazy/util.lua +++ b/lua/lazy/util.lua @@ -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