feat: Add cool mapping for <C-R> in command mode
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user