Files
telescope.nvim/lua/telescope/log.lua
TJ DeVries dea927d0eb 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 :)
2021-10-08 10:56:01 -04:00

5 lines
80 B
Lua

return require("plenary.log").new {
plugin = "telescope",
level = "info",
}