fix: add opts.bufnr and opts.winnr to builtin picker (#1706)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user