fix: add opts.bufnr and opts.winnr to builtin picker (#1706)

This commit is contained in:
James Trew
2022-02-14 11:39:58 -05:00
committed by GitHub
parent c948263d89
commit 206e71d133
8 changed files with 39 additions and 56 deletions

View File

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