We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59b3dab commit 4c574cfCopy full SHA for 4c574cf
lua/oil/loading.lua
@@ -67,7 +67,7 @@ M.set_loading = function(bufnr, is_loading)
67
timers[bufnr] = vim.loop.new_timer()
68
local bar_iter = M.get_bar_iter({ width = width })
69
timers[bufnr]:start(
70
- 100, -- Delay the loading screen just a bit to avoid flicker
+ 200, -- Delay the loading screen just a bit to avoid flicker
71
math.floor(1000 / FPS),
72
vim.schedule_wrap(function()
73
if not vim.api.nvim_buf_is_valid(bufnr) or not timers[bufnr] then
0 commit comments