Update generated neovim config
This commit is contained in:
@ -240,6 +240,8 @@ Parameters ~
|
||||
Possible fields:
|
||||
- <scope> `(string)` - one of "all" (normal listed buffers) or "current".
|
||||
Default: "all".
|
||||
- <preserve_order> `(boolean)` - whether to preserve original order
|
||||
during query. Default: `false`.
|
||||
{opts} `(table|nil)` Options forwarded to |MiniPick.start()|.
|
||||
|
||||
Return ~
|
||||
@ -608,7 +610,7 @@ Examples ~
|
||||
- `:Pick lsp scope='document_symbol'` - symbols in current file.
|
||||
|
||||
Parameters ~
|
||||
{local_opts} `(table)` Options defining behavior of this particular picker.
|
||||
{local_opts} `(table|nil)` Options defining behavior of this particular picker.
|
||||
Possible fields:
|
||||
- <scope> `(string)` - LSP method to use. One of the supported ones (see
|
||||
list above). Default: `nil` which means explicit scope is needed.
|
||||
@ -648,6 +650,8 @@ Parameters ~
|
||||
Possible fields:
|
||||
- <current_dir> `(boolean)` - whether to return files only from current
|
||||
working directory and its subdirectories. Default: `false`.
|
||||
- <preserve_order> `(boolean)` - whether to preserve original order
|
||||
during query. Default: `false`.
|
||||
{opts} `(table|nil)` Options forwarded to |MiniPick.start()|.
|
||||
|
||||
Return ~
|
||||
|
||||
Reference in New Issue
Block a user