feat: Add better mapping support
This commit is contained in:
@@ -18,9 +18,6 @@ builtin.git_files = function(opts)
|
||||
|
||||
local show_preview = ifnil(opts.show_preview, true, opts.show_preview)
|
||||
|
||||
-- TODO: Auto select bottom row
|
||||
-- TODO: filter out results when they don't match at all anymore.
|
||||
|
||||
local file_finder = finders.new {
|
||||
static = true,
|
||||
|
||||
@@ -236,6 +233,4 @@ builtin.grep_string = function(opts)
|
||||
}
|
||||
end
|
||||
|
||||
|
||||
|
||||
return builtin
|
||||
|
||||
Reference in New Issue
Block a user