diff options
Diffstat (limited to 'lua/telescope/finders.lua')
| -rw-r--r-- | lua/telescope/finders.lua | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lua/telescope/finders.lua b/lua/telescope/finders.lua index 0b7e185..518dfc1 100644 --- a/lua/telescope/finders.lua +++ b/lua/telescope/finders.lua @@ -10,7 +10,8 @@ Finder.__call = function(t, ... ) return t:_find(...) end --- Create a new finder command --- ---@param fn_command function The function to call +---@param opts table Keys: +-- fn_command function The function to call function Finder:new(opts) opts = opts or {} |
