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 :)
This commit is contained in:
@@ -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",
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user