summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGutyina Gergő <gutyina.gergo.2@gmail.com>2022-11-06 17:43:01 +0100
committerGitHub <noreply@github.com>2022-11-06 17:43:01 +0100
commitcc77713294892c5bbce26adee665114250624e6b (patch)
treedf11066dbd790d588692fb066d1d6be0ef2c868d /doc
parentd541e0d6e00a0d89f21e1b0e6fe92c736ac0f83b (diff)
feat: add jump_type option for lsp_references (#2218)
Diffstat (limited to 'doc')
-rw-r--r--doc/telescope.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/telescope.txt b/doc/telescope.txt
index 23f87bf..42e1006 100644
--- a/doc/telescope.txt
+++ b/doc/telescope.txt
@@ -1420,6 +1420,9 @@ builtin.lsp_references({opts}) *telescope.builtin.lsp_references()*
lsp references (default: true)
{include_current_line} (boolean) include current line (default:
false)
+ {jump_type} (string) how to goto reference if there is
+ only one, values: "tab", "split",
+ "vsplit", "never"
{fname_width} (number) defines the width of the filename
section (default: 30)
{show_line} (boolean) show results text (default: true)