mirror of
https://github.com/kristoferssolo/telescope-frecency.nvim.git
synced 2025-10-21 20:10:38 +00:00
chore: remove unnecessary types (#256)
This commit is contained in:
parent
03ebefef88
commit
5a80665fa7
@ -5,7 +5,6 @@ local database
|
|||||||
---When methods are called at the first time, it calls the constructor and
|
---When methods are called at the first time, it calls the constructor and
|
||||||
---setup() to be initialized.
|
---setup() to be initialized.
|
||||||
---@class FrecencyInstance
|
---@class FrecencyInstance
|
||||||
---@field bootstrap async fun(): nil
|
|
||||||
---@field complete fun(findstart: 1|0, base: string): integer|''|string[]
|
---@field complete fun(findstart: 1|0, base: string): integer|''|string[]
|
||||||
---@field delete async fun(path: string): nil
|
---@field delete async fun(path: string): nil
|
||||||
---@field query fun(opts?: FrecencyQueryOpts): FrecencyQueryEntry[]|string[]
|
---@field query fun(opts?: FrecencyQueryOpts): FrecencyQueryEntry[]|string[]
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user