diff options
| author | milanglacier <45728125+milanglacier@users.noreply.github.com> | 2022-04-30 06:27:16 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-04-30 12:27:16 +0200 |
| commit | 8fe79f9d1df0edca3efa237020bc1f0ff81cb816 (patch) | |
| tree | e9ccee5ddaeeeda9c859703827b844abddc2d657 /doc | |
| parent | 1b6909cfb322af93506a5187069e8d604d05feb5 (diff) | |
feat: support for builtin.commands to show buffer commands (#1889)
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/telescope.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/telescope.txt b/doc/telescope.txt index ee64206..e3b6d2c 100644 --- a/doc/telescope.txt +++ b/doc/telescope.txt @@ -1103,6 +1103,9 @@ builtin.commands({opts}) *telescope.builtin.commands()* Parameters: ~ {opts} (table) options to pass to the picker + Options: ~ + {show_buf_command} (boolean) show buf local command (Default: true) + builtin.quickfix({opts}) *telescope.builtin.quickfix()* Lists items in the quickfix list, jumps to location on `<cr>` |
