summaryrefslogtreecommitdiff
path: root/lua/telescope/previewers/init.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/telescope/previewers/init.lua')
-rw-r--r--lua/telescope/previewers/init.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/lua/telescope/previewers/init.lua b/lua/telescope/previewers/init.lua
index be99c03..db801ea 100644
--- a/lua/telescope/previewers/init.lua
+++ b/lua/telescope/previewers/init.lua
@@ -72,9 +72,11 @@ end
--- It requires you to specify one table entry `get_command(entry, status)`.
--- This `get_command` function has to return the terminal command that will be
--- executed for each entry. Example:
+--- <pre>
--- get_command = function(entry, status)
--- return { 'bat', entry.path }
--- end
+--- </pre>
---
--- It's an easy way to get your first previewer going and it integrates well
--- with `bat` and `less`. Providing out of the box scrolling if the command