summaryrefslogtreecommitdiff
path: root/lua/telescope/finders.lua
diff options
context:
space:
mode:
authorTJ DeVries <devries.timothyj@gmail.com>2020-07-31 00:05:22 -0400
committerTJ DeVries <devries.timothyj@gmail.com>2020-07-31 00:05:22 -0400
commitfa0382d93e73b66e7ec769cec27b9fbb21020641 (patch)
tree624d5dc3de80426956a1c46447f1f26443a87a64 /lua/telescope/finders.lua
parentababfbfd88334ca6d94d5d0a8b6324dd6600d602 (diff)
Streamed some refactoring. More work to do
Diffstat (limited to 'lua/telescope/finders.lua')
-rw-r--r--lua/telescope/finders.lua3
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 {}