diff options
| author | James Trew <66286082+jamestrew@users.noreply.github.com> | 2023-01-22 03:57:53 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-22 09:57:53 +0100 |
| commit | 053f2303c4fac5c45a56b9de0a7481b7db94d6ba (patch) | |
| tree | 8520fa13cfb0008d111ad17038748303891a9f7f /lua/telescope/previewers/init.lua | |
| parent | ed366bba143d9babd2b81eb46c4f0f482051778d (diff) | |
docs: proof-read edits (#2311)
Diffstat (limited to 'lua/telescope/previewers/init.lua')
| -rw-r--r-- | lua/telescope/previewers/init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/telescope/previewers/init.lua b/lua/telescope/previewers/init.lua index 4b20f06..55e587e 100644 --- a/lua/telescope/previewers/init.lua +++ b/lua/telescope/previewers/init.lua @@ -221,8 +221,8 @@ previewers.qflist = term_previewer.qflist --- vim.api.nvim_buf_call(bufnr, function() --- -- for example `search` and `matchadd` --- end) ---- to achieve that. --- </code> +--- to achieve that. --- - If you want to read a file into the buffer it's best to use --- `buffer_previewer_maker`. But access this function with --- `require('telescope.config').values.buffer_previewer_maker` |
