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 :) --- lua/telescope/log.lua | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'lua/telescope/log.lua') diff --git a/lua/telescope/log.lua b/lua/telescope/log.lua index 0d2e0eb..c74378f 100644 --- a/lua/telescope/log.lua +++ b/lua/telescope/log.lua @@ -1,6 +1,4 @@ -local user = vim.loop.os_getenv "USER" - return require("plenary.log").new { plugin = "telescope", - level = ((user == "tj" or user == "tjdevries") and "debug") or "warn", + level = "info", } -- cgit v1.2.3