From 061307233cdff0a90504117dd48e4fec3a10443a Mon Sep 17 00:00:00 2001 From: TJ DeVries Date: Wed, 2 Sep 2020 00:06:03 -0400 Subject: feat: add some new items and make mappings easier --- lua/telescope/previewers.lua | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lua/telescope/previewers.lua') 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 {} -- cgit v1.2.3