mirror of
https://github.com/zoriya/telescope.nvim.git
synced 2026-06-01 10:35:35 +00:00
feat: Add ability to choose window to edit (#745)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user