chore(sidebar): decrease defer for jump (#524)

Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
This commit is contained in:
Aaron Pham 2024-09-04 06:34:21 -04:00 committed by GitHub
parent b8c484148a
commit 835e718883
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -529,7 +529,7 @@ function Sidebar:apply(current_cursor)
vim.defer_fn(function() vim.defer_fn(function()
Diff.find_next("ours") Diff.find_next("ours")
vim.cmd("normal! zz") vim.cmd("normal! zz")
end, 1000) end, 100)
end, 10) end, 10)
end end