From dea927d0eb22255632dd82d2efff1a68d621c871 Mon Sep 17 00:00:00 2001 From: TJ DeVries Date: Fri, 8 Oct 2021 07:56:01 -0700 Subject: feat: Add scrolling through results (#1232) * some scrollin * [WIP]: Fri 10 Sep 2021 02:24:20 PM EDT * ok, I think scrolling works * change to 1000 for now, dont need to scroll that far :) --- ftplugin/TelescopeResults.lua | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 ftplugin/TelescopeResults.lua (limited to 'ftplugin') diff --git a/ftplugin/TelescopeResults.lua b/ftplugin/TelescopeResults.lua new file mode 100644 index 0000000..1b93571 --- /dev/null +++ b/ftplugin/TelescopeResults.lua @@ -0,0 +1,2 @@ +-- Don't have scrolloff, it makes things weird. +vim.opt.scrolloff = 0 -- cgit v1.2.3