diff options
| author | dagle <per.odlund@gmail.com> | 2022-05-18 19:59:12 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-05-18 19:59:12 +0200 |
| commit | 3cc44f8f0517739f657ff8b39227fe8f07f9443c (patch) | |
| tree | cdb29d36a3dc279ebeb9957cdbab3064dd9c88c5 /lua/telescope/pickers.lua | |
| parent | 01fc5a9274b553937bae3910e520732eb0a49bc6 (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.lua | 1 |
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 {}), |
