From 6a2c47e6424a3f1e373bfeb714b716f6be13501c Mon Sep 17 00:00:00 2001 From: Folke Lemaitre Date: Fri, 29 Sep 2023 16:37:53 +0200 Subject: [PATCH] style: lua annotations --- lua/lazy/core/plugin.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/lua/lazy/core/plugin.lua b/lua/lazy/core/plugin.lua index 00039ef..b418759 100644 --- a/lua/lazy/core/plugin.lua +++ b/lua/lazy/core/plugin.lua @@ -325,7 +325,6 @@ end ---@param spec LazySpec|LazySpecImport ---@param results? string[] ----@param is_dep? boolean function Spec:normalize(spec, results) if type(spec) == "string" then if not spec:find("/", 1, true) then