summaryrefslogtreecommitdiff
path: root/lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua')
-rw-r--r--lua/telescope/previewers.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/telescope/previewers.lua b/lua/telescope/previewers.lua
index df9d9c0..67ce831 100644
--- a/lua/telescope/previewers.lua
+++ b/lua/telescope/previewers.lua
@@ -32,7 +32,7 @@ local bat_maker = function(filename, lnum, start, finish)
if start then
table.insert(command, {"--pager", string.format("less -S +%s", start)})
else
- table.insert(command, {"--pager", "less -S"})
+ table.insert(command, {"--pager", "less -RS"})
end
else
if start and finish then