summaryrefslogtreecommitdiff
path: root/lua/telescope/init.lua
diff options
context:
space:
mode:
authorTJ DeVries <devries.timothyj@gmail.com>2021-08-20 11:11:24 -0400
committerGitHub <noreply@github.com>2021-08-20 11:11:24 -0400
commita97af306c4e9c9a6fa7c886c0ffe3079822c5203 (patch)
treef5e2b50a767e93618d0d8fdddb8a964c90633c8a /lua/telescope/init.lua
parentd6d28dbe324de9826a579155076873888169ba0f (diff)
feat(performance): Major performance improvements using async v2 from @oberblastmeister (#987)
* start: Working w/ async jobs * short circuit to using bad finder if you pass writer.
Diffstat (limited to 'lua/telescope/init.lua')
-rw-r--r--lua/telescope/init.lua2
1 files changed, 0 insertions, 2 deletions
diff --git a/lua/telescope/init.lua b/lua/telescope/init.lua
index 17cd910..7a740a3 100644
--- a/lua/telescope/init.lua
+++ b/lua/telescope/init.lua
@@ -1,5 +1,3 @@
-require "telescope._compat"
-
local _extensions = require "telescope._extensions"
local telescope = {}