Skip to content

Commit

Permalink
[docgen] Update doc/telescope.txt
Browse files Browse the repository at this point in the history
skip-checks: true
  • Loading branch information
Github Actions committed Aug 9, 2024
1 parent d5d7c39 commit cae904e
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions doc/telescope.txt
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ https://github.com/nvim-telescope/telescope.nvim
:h telescope.actions.history
:h telescope.previewers

telescope.setup({opts}) *telescope.setup()*
telescope.setup({opts}) *telescope.nvim.setup()*
Setup function to be run by user. Configures the defaults, pickers and
extensions of telescope.

Expand Down Expand Up @@ -751,7 +751,7 @@ telescope.setup({opts}) *telescope.setup()*
{opts} (`table`) Configuration opts. Keys: defaults, pickers,
extensions

telescope.load_extension({name}) *telescope.load_extension()*
telescope.load_extension({name}) *telescope.nvim.load_extension()*
Load an extension.

Note: ~
Expand All @@ -760,13 +760,14 @@ telescope.load_extension({name}) *telescope.load_extension()*
Parameters: ~
{name} (`string`) Name of the extension

telescope.register_extension({mod}) *telescope.register_extension()*
*telescope.nvim.register_extension()*
telescope.register_extension({mod})
Register an extension. To be used by plugin authors.

Parameters: ~
{mod} (`table`) Module

telescope.extensions *telescope.extensions*
telescope.extensions *telescope.nvim.extensions*
Use telescope.extensions to reference any extensions within your
configuration.
While the docs currently generate this as a function, it's actually a
Expand Down

0 comments on commit cae904e

Please sign in to comment.