From 0b5f1d69d793660900552ad4606c3adcc9934963 Mon Sep 17 00:00:00 2001 From: TJ DeVries Date: Sun, 15 May 2022 16:08:16 -0400 Subject: feat: Add ability to choose window to edit (#745) --- lua/telescope/pickers.lua | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lua/telescope/pickers.lua') 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, -- cgit v1.2.3