diff options
| author | TJ DeVries <devries.timothyj@gmail.com> | 2022-05-15 16:08:16 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-05-15 22:08:16 +0200 |
| commit | 0b5f1d69d793660900552ad4606c3adcc9934963 (patch) | |
| tree | 7fcec0a6f058ab0551d0c02ee4250cb03abc4e25 /lua/telescope/pickers.lua | |
| parent | 2e421ef02dd1acf596d6c382d27230381a946b47 (diff) | |
feat: Add ability to choose window to edit (#745)
Diffstat (limited to 'lua/telescope/pickers.lua')
| -rw-r--r-- | lua/telescope/pickers.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lua/telescope/pickers.lua b/lua/telescope/pickers.lua index d2c6e2b..98d4a18 100644 --- a/lua/telescope/pickers.lua +++ b/lua/telescope/pickers.lua @@ -94,6 +94,8 @@ function Picker:new(opts) default_selection_index = opts.default_selection_index, + get_selection_window = get_default(opts.get_selection_window, config.values.get_selection_window), + cwd = opts.cwd, _find_id = 0, |
