diff options
| author | TJ DeVries <devries.timothyj@gmail.com> | 2020-09-04 00:36:28 -0400 |
|---|---|---|
| committer | TJ DeVries <devries.timothyj@gmail.com> | 2020-09-04 00:36:28 -0400 |
| commit | 996f69465ed51856aa18093d88795fae2b8565f4 (patch) | |
| tree | fee85048ce993d62e4d961bef632a96cfdeea463 /lua/telescope/builtin.lua | |
| parent | 839f57efb37cba7a9542b67b31370e1babaf194a (diff) | |
feat: vertical layouts. see 'layout_strategy'
Diffstat (limited to 'lua/telescope/builtin.lua')
| -rw-r--r-- | lua/telescope/builtin.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/telescope/builtin.lua b/lua/telescope/builtin.lua index 0430d09..7f4c72d 100644 --- a/lua/telescope/builtin.lua +++ b/lua/telescope/builtin.lua @@ -200,6 +200,7 @@ end builtin.grep_string = function(opts) opts = opts or {} + -- TODO: This should probably check your visual selection as well, if you've got one local search = opts.search or vim.fn.expand("<cword>") pickers.new(opts, { |
