summaryrefslogtreecommitdiff
path: root/lua/telescope/pickers.lua
diff options
context:
space:
mode:
authordagle <per.odlund@gmail.com>2022-05-18 19:59:12 +0200
committerGitHub <noreply@github.com>2022-05-18 19:59:12 +0200
commit3cc44f8f0517739f657ff8b39227fe8f07f9443c (patch)
treecdb29d36a3dc279ebeb9957cdbab3064dd9c88c5 /lua/telescope/pickers.lua
parent01fc5a9274b553937bae3910e520732eb0a49bc6 (diff)
fix: set tagstack when we jump with lsp in telescope (#1887)
Co-authored-by: Simon Hauser <Simon-Hauser@outlook.de>
Diffstat (limited to 'lua/telescope/pickers.lua')
-rw-r--r--lua/telescope/pickers.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/telescope/pickers.lua b/lua/telescope/pickers.lua
index 98d4a18..e7c4c7c 100644
--- a/lua/telescope/pickers.lua
+++ b/lua/telescope/pickers.lua
@@ -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 {}),