summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSimon Hauser <Simon-Hauser@outlook.de>2022-07-06 20:45:40 +0200
committerSimon Hauser <Simon-Hauser@outlook.de>2022-07-06 20:45:40 +0200
commit8fe2dde6560667217682b22d77e1e719b7156cda (patch)
tree03af639fc5d048b98cf1647c636c07203d00217c /doc
parent30f2a367f2d9dbf1a9aaf4eb447523d8fa56d9d8 (diff)
docs: add missing opts docs for lsp builtins
Diffstat (limited to 'doc')
-rw-r--r--doc/telescope.txt33
1 files changed, 22 insertions, 11 deletions
diff --git a/doc/telescope.txt b/doc/telescope.txt
index eb980d1..5b2dcd5 100644
--- a/doc/telescope.txt
+++ b/doc/telescope.txt
@@ -1475,9 +1475,10 @@ builtin.lsp_references({opts}) *telescope.builtin.lsp_references()*
lsp references (default: true)
{include_current_line} (boolean) include current line (default:
false)
- {trim_text} (boolean) trim results text (default: false)
{fname_width} (number) defines the width of the filename
section (default: 30)
+ {show_line} (boolean) show results text (default: true)
+ {trim_text} (boolean) trim results text (default: false)
builtin.lsp_incoming_calls({opts}) *telescope.builtin.lsp_incoming_calls()*
@@ -1489,8 +1490,10 @@ builtin.lsp_incoming_calls({opts}) *telescope.builtin.lsp_incoming_calls()*
{opts} (table) options to pass to the picker
Options: ~
- {show_line} (boolean) show results text (default: true)
- {trim_text} (boolean) trim results text (default: false)
+ {fname_width} (number) defines the width of the filename section
+ (default: 30)
+ {show_line} (boolean) show results text (default: true)
+ {trim_text} (boolean) trim results text (default: false)
builtin.lsp_outgoing_calls({opts}) *telescope.builtin.lsp_outgoing_calls()*
@@ -1502,8 +1505,10 @@ builtin.lsp_outgoing_calls({opts}) *telescope.builtin.lsp_outgoing_calls()*
{opts} (table) options to pass to the picker
Options: ~
- {show_line} (boolean) show results text (default: true)
- {trim_text} (boolean) trim results text (default: false)
+ {fname_width} (number) defines the width of the filename section
+ (default: 30)
+ {show_line} (boolean) show results text (default: true)
+ {trim_text} (boolean) trim results text (default: false)
builtin.lsp_definitions({opts}) *telescope.builtin.lsp_definitions()*
@@ -1517,10 +1522,10 @@ builtin.lsp_definitions({opts}) *telescope.builtin.lsp_definitions()*
Options: ~
{jump_type} (string) how to goto definition if there is only one,
values: "tab", "split", "vsplit", "never"
- {show_line} (boolean) show results text (default: true)
- {trim_text} (boolean) trim results text (default: false)
{fname_width} (number) defines the width of the filename section
(default: 30)
+ {show_line} (boolean) show results text (default: true)
+ {trim_text} (boolean) trim results text (default: false)
builtin.lsp_type_definitions({opts}) *telescope.builtin.lsp_type_definitions()*
@@ -1534,10 +1539,10 @@ builtin.lsp_type_definitions({opts}) *telescope.builtin.lsp_type_definitions()*
Options: ~
{jump_type} (string) how to goto definition if there is only one,
values: "tab", "split", "vsplit", "never"
- {show_line} (boolean) show results text (default: true)
- {trim_text} (boolean) trim results text (default: false)
{fname_width} (number) defines the width of the filename section
(default: 30)
+ {show_line} (boolean) show results text (default: true)
+ {trim_text} (boolean) trim results text (default: false)
builtin.lsp_implementations({opts}) *telescope.builtin.lsp_implementations()*
@@ -1552,10 +1557,10 @@ builtin.lsp_implementations({opts}) *telescope.builtin.lsp_implementations()*
{jump_type} (string) how to goto implementation if there is only
one, values: "tab", "split", "vsplit",
"never"
- {show_line} (boolean) show results text (default: true)
- {trim_text} (boolean) trim results text (default: false)
{fname_width} (number) defines the width of the filename section
(default: 30)
+ {show_line} (boolean) show results text (default: true)
+ {trim_text} (boolean) trim results text (default: false)
builtin.lsp_document_symbols({opts}) *telescope.builtin.lsp_document_symbols()*
@@ -1569,6 +1574,8 @@ builtin.lsp_document_symbols({opts}) *telescope.builtin.lsp_document_symbols()*
{opts} (table) options to pass to the picker
Options: ~
+ {fname_width} (number) defines the width of the filename
+ section (default: 30)
{show_line} (boolean) if true, shows the content of the
line the tag is found on (default:
false)
@@ -1591,6 +1598,8 @@ builtin.lsp_workspace_symbols({opts}) *telescope.builtin.lsp_workspace_symbols()
Options: ~
{query} (string) for what to query the workspace
(default: "")
+ {fname_width} (number) defines the width of the filename
+ section (default: 30)
{show_line} (boolean) if true, shows the content of the
line the tag is found on (default:
false)
@@ -1611,6 +1620,8 @@ builtin.lsp_dynamic_workspace_symbols({opts}) *telescope.builtin.lsp_dynamic_wor
{opts} (table) options to pass to the picker
Options: ~
+ {fname_width} (number) defines the width of the filename
+ section (default: 30)
{show_line} (boolean) if true, shows the content of the
line the symbol is found on
(default: false)