Refresh generated neovim config
This commit is contained in:
@ -1434,6 +1434,8 @@ builtin.reloader({opts}) *telescope.builtin.reloader()*
|
||||
builtin.buffers({opts}) *telescope.builtin.buffers()*
|
||||
Lists open buffers in current neovim instance, opens selected buffer on
|
||||
`<cr>`
|
||||
- Default keymaps:
|
||||
- `<M-d>`: delete the currently selected buffer
|
||||
|
||||
|
||||
Parameters: ~
|
||||
@ -1478,10 +1480,12 @@ builtin.colorscheme({opts}) *telescope.builtin.colorscheme()*
|
||||
{opts} (table) options to pass to the picker
|
||||
|
||||
Options: ~
|
||||
{colors} (table) a list of additional colorschemes to
|
||||
explicitly make available to telescope
|
||||
(default: {})
|
||||
{enable_preview} (boolean) if true, will preview the selected color
|
||||
{colors} (table) a list of additional colorschemes to
|
||||
explicitly make available to telescope
|
||||
(default: {})
|
||||
{enable_preview} (boolean) if true, will preview the selected color
|
||||
{ignore_builtins} (boolean) if true, builtin colorschemes are not
|
||||
listed
|
||||
|
||||
|
||||
builtin.marks({opts}) *telescope.builtin.marks()*
|
||||
@ -1607,6 +1611,8 @@ builtin.lsp_references({opts}) *telescope.builtin.lsp_references()*
|
||||
"vsplit", "never"
|
||||
{show_line} (boolean) show results text (default: true)
|
||||
{trim_text} (boolean) trim results text (default: false)
|
||||
{reuse_win} (boolean) jump to existing window if buffer is
|
||||
already opened (default: false)
|
||||
{file_encoding} (string) file encoding for the previewer
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user