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:
TJ DeVries
2021-10-08 07:56:01 -07:00
committed by GitHub
parent ec6c13fc09
commit dea927d0eb
5 changed files with 101 additions and 116 deletions

View File

@@ -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",
}