chore(sidebar): decrease defer for jump (#524)
Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
This commit is contained in:
parent
b8c484148a
commit
835e718883
@ -529,7 +529,7 @@ function Sidebar:apply(current_cursor)
|
||||
vim.defer_fn(function()
|
||||
Diff.find_next("ours")
|
||||
vim.cmd("normal! zz")
|
||||
end, 1000)
|
||||
end, 100)
|
||||
end, 10)
|
||||
end
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user