diff options
| author | TJ DeVries <devries.timothyj@gmail.com> | 2020-08-31 00:06:33 -0400 |
|---|---|---|
| committer | TJ DeVries <devries.timothyj@gmail.com> | 2020-08-31 00:06:53 -0400 |
| commit | 6b066cf9e866729b9c8292d7ab3e8071abdd7d45 (patch) | |
| tree | 20049f31c35f46d18607d65cbaec3139d7c02f75 /lua/telescope/builtin.lua | |
| parent | a6fe9721ac0791bdf18a04594c31b28e879ed63e (diff) | |
feat: Add better mapping support
Diffstat (limited to 'lua/telescope/builtin.lua')
| -rw-r--r-- | lua/telescope/builtin.lua | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lua/telescope/builtin.lua b/lua/telescope/builtin.lua index 7aa255b..4542108 100644 --- a/lua/telescope/builtin.lua +++ b/lua/telescope/builtin.lua @@ -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 |
