summaryrefslogtreecommitdiff
path: root/ftplugin
diff options
context:
space:
mode:
authorTJ DeVries <devries.timothyj@gmail.com>2021-10-08 07:56:01 -0700
committerGitHub <noreply@github.com>2021-10-08 10:56:01 -0400
commitdea927d0eb22255632dd82d2efff1a68d621c871 (patch)
treee7dbec3210c551e664fc0b6c85ebbe901c014014 /ftplugin
parentec6c13fc092fe8447df77e35013df907a6f3761e (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 'ftplugin')
-rw-r--r--ftplugin/TelescopeResults.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/ftplugin/TelescopeResults.lua b/ftplugin/TelescopeResults.lua
new file mode 100644
index 0000000..1b93571
--- /dev/null
+++ b/ftplugin/TelescopeResults.lua
@@ -0,0 +1,2 @@
+-- Don't have scrolloff, it makes things weird.
+vim.opt.scrolloff = 0