summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJames Trew <66286082+jamestrew@users.noreply.github.com>2022-02-14 11:39:58 -0500
committerGitHub <noreply@github.com>2022-02-14 17:39:58 +0100
commit206e71d133fee0909a18253ad0c45625e83f0026 (patch)
tree17d94241733f11d23e2cb89b2595c10e2d46638f /doc
parentc948263d896d1515ac062439205bcb3b2bd3e1cd (diff)
fix: add opts.bufnr and opts.winnr to builtin picker (#1706)
Diffstat (limited to 'doc')
-rw-r--r--doc/telescope.txt13
1 files changed, 0 insertions, 13 deletions
diff --git a/doc/telescope.txt b/doc/telescope.txt
index ba864e7..0f09f5e 100644
--- a/doc/telescope.txt
+++ b/doc/telescope.txt
@@ -1311,9 +1311,6 @@ builtin.lsp_references({opts}) *builtin.lsp_references()*
Parameters: ~
{opts} (table) options to pass to the picker
- Options: ~
- {timeout} (number) timeout for the sync call (default: 10000)
-
builtin.lsp_definitions({opts}) *builtin.lsp_definitions()*
Goto the definition of the word under the cursor, if there's only one,
@@ -1324,8 +1321,6 @@ builtin.lsp_definitions({opts}) *builtin.lsp_definitions()*
{opts} (table) options to pass to the picker
Options: ~
- {timeout} (number) timeout for the sync call (default:
- 10000)
{jump_type} (string) how to goto definition if there is only
one, values: "tab", "split", "vsplit",
"never"
@@ -1341,8 +1336,6 @@ builtin.lsp_type_definitions({opts}) *builtin.lsp_type_definitions()*
{opts} (table) options to pass to the picker
Options: ~
- {timeout} (number) timeout for the sync call (default:
- 10000)
{jump_type} (string) how to goto definition if there is only
one, values: "tab", "split", "vsplit",
"never"
@@ -1358,8 +1351,6 @@ builtin.lsp_implementations({opts}) *builtin.lsp_implementations()*
{opts} (table) options to pass to the picker
Options: ~
- {timeout} (number) timeout for the sync call (default:
- 10000)
{jump_type} (string) how to goto implementation if there is
only one, values: "tab", "split",
"vsplit", "never"
@@ -1404,8 +1395,6 @@ builtin.lsp_document_symbols({opts}) *builtin.lsp_document_symbols()*
{opts} (table) options to pass to the picker
Options: ~
- {timeout} (number) timeout for the sync call
- (default: 10000)
{ignore_filename} (boolean) dont show filenames (default:
true)
{show_line} (boolean) if true, shows the content of the
@@ -1429,8 +1418,6 @@ builtin.lsp_workspace_symbols({opts}) *builtin.lsp_workspace_symbols()*
Options: ~
{query} (string) for what to query the workspace
(default: "")
- {timeout} (number) timeout for the sync call
- (default: 10000)
{ignore_filename} (boolean) dont show filenames (default:
false)
{show_line} (boolean) if true, shows the content of the