From b04ec331c48a1668b0df21f24e9870acccec5e64 Mon Sep 17 00:00:00 2001 From: TJ DeVries Date: Thu, 3 Sep 2020 11:18:08 -0400 Subject: feat: Add cool mapping for in command mode --- lua/telescope/finders.lua | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'lua/telescope/finders.lua') diff --git a/lua/telescope/finders.lua b/lua/telescope/finders.lua index b1a3819..b44dd71 100644 --- a/lua/telescope/finders.lua +++ b/lua/telescope/finders.lua @@ -11,9 +11,7 @@ local finders = {} -- JobFinder(my_job_args) ---@class Finder -local Finder = { - hello = "world" -} +local Finder = {} Finder.__index = Finder Finder.__call = function(t, ... ) return t:_find(...) end -- cgit v1.2.3