summaryrefslogtreecommitdiff
path: root/lua/telescope
diff options
context:
space:
mode:
authorTJ DeVries <devries.timothyj@gmail.com>2020-10-08 14:22:10 -0400
committerTJ DeVries <devries.timothyj@gmail.com>2020-10-08 14:22:10 -0400
commitc0f99aa09df08f042a18f31057794b7ec9866e43 (patch)
tree2101c418fd17ebf440a79b485e508b04fbd74558 /lua/telescope
parent9e470537c8102f7726badcc8efc78ef234e1feba (diff)
temp: Removing redraw for now to see if it feels slower or faster for people
Diffstat (limited to 'lua/telescope')
-rw-r--r--lua/telescope/pickers.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/lua/telescope/pickers.lua b/lua/telescope/pickers.lua
index 6efd749..9c55e1b 100644
--- a/lua/telescope/pickers.lua
+++ b/lua/telescope/pickers.lua
@@ -340,8 +340,8 @@ function Picker:find()
a.nvim_buf_add_highlight(prompt_bufnr, ns_telescope_prompt_prefix, 'TelescopePromptPrefix', 0, 0, #prompt_prefix)
end
- -- Draw the screen ASAP. This makes things feel speedier.
- vim.cmd [[redraw]]
+ -- Temporarily disabled: Draw the screen ASAP. This makes things feel speedier.
+ -- vim.cmd [[redraw]]
-- First thing we want to do is set all the lines to blank.
self.max_results = popup_opts.results.height