diff options
| author | TJ DeVries <devries.timothyj@gmail.com> | 2021-10-08 07:56:01 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-08 10:56:01 -0400 |
| commit | dea927d0eb22255632dd82d2efff1a68d621c871 (patch) | |
| tree | e7dbec3210c551e664fc0b6c85ebbe901c014014 /lua/telescope/log.lua | |
| parent | ec6c13fc092fe8447df77e35013df907a6f3761e (diff) | |
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 :)
Diffstat (limited to 'lua/telescope/log.lua')
| -rw-r--r-- | lua/telescope/log.lua | 4 |
1 files changed, 1 insertions, 3 deletions
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", } |
