summaryrefslogtreecommitdiff
path: root/lua/telescope/previewers.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/telescope/previewers.lua')
-rw-r--r--lua/telescope/previewers.lua4
1 files changed, 4 insertions, 0 deletions
diff --git a/lua/telescope/previewers.lua b/lua/telescope/previewers.lua
index 48b3a1a..224cda0 100644
--- a/lua/telescope/previewers.lua
+++ b/lua/telescope/previewers.lua
@@ -10,6 +10,10 @@ Previewer.__index = Previewer
local bat_options = " --style=grid --paging=always "
-- --terminal-width=%s
+-- TODO: We shoudl make sure that all our terminals close all the way.
+-- Otherwise it could be bad if they're just sitting around, waiting to be closed.
+-- I don't think that's the problem, but it could be?
+
function Previewer:new(opts)
opts = opts or {}