fix: set tagstack when we jump with lsp in telescope (#1887)

Co-authored-by: Simon Hauser <Simon-Hauser@outlook.de>
This commit is contained in:
dagle
2022-05-18 19:59:12 +02:00
committed by GitHub
parent 01fc5a9274
commit 3cc44f8f05
4 changed files with 16 additions and 3 deletions

View File

@@ -117,6 +117,7 @@ function Picker:new(opts)
selection_strategy = get_default(opts.selection_strategy, config.values.selection_strategy),
push_cursor_on_edit = get_default(opts.push_cursor_on_edit, false),
push_tagstack_on_edit = get_default(opts.push_tagstack_on_edit, false),
layout_strategy = layout_strategy,
layout_config = config.smarter_depth_2_extend(opts.layout_config or {}, config.values.layout_config or {}),