From 5a80665fa71a23271861ac3e151e9688ccf1ed1a Mon Sep 17 00:00:00 2001 From: JINNOUCHI Yasushi Date: Sun, 1 Sep 2024 12:12:08 +0900 Subject: [PATCH] chore: remove unnecessary types (#256) --- lua/frecency/init.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/lua/frecency/init.lua b/lua/frecency/init.lua index f6b8e38..e6a72bc 100644 --- a/lua/frecency/init.lua +++ b/lua/frecency/init.lua @@ -5,7 +5,6 @@ local database ---When methods are called at the first time, it calls the constructor and ---setup() to be initialized. ---@class FrecencyInstance ----@field bootstrap async fun(): nil ---@field complete fun(findstart: 1|0, base: string): integer|''|string[] ---@field delete async fun(path: string): nil ---@field query fun(opts?: FrecencyQueryOpts): FrecencyQueryEntry[]|string[]