feat: Add better mapping support

This commit is contained in:
TJ DeVries
2020-08-31 00:06:33 -04:00
parent a6fe9721ac
commit 6b066cf9e8
7 changed files with 241 additions and 102 deletions

View File

@@ -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