mirror of
https://github.com/kristoferssolo/telescope-frecency.nvim.git
synced 2026-02-04 06:42:06 +00:00
chore: remove unnecessary types (#256)
This commit is contained in:
committed by
GitHub
parent
03ebefef88
commit
5a80665fa7
@@ -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[]
|
||||
|
||||
Reference in New Issue
Block a user