feat: add jump_type option for lsp_references (#2218)

This commit is contained in:
Gutyina Gergő
2022-11-06 17:43:01 +01:00
committed by GitHub
parent d541e0d6e0
commit cc77713294
3 changed files with 18 additions and 0 deletions

View File

@@ -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)