feat: faster callback polling, smoother cursors

This commit is contained in:
əlemi 2024-09-16 04:13:54 +02:00
parent 0ac25f3ee5
commit f7c64afc18
Signed by: alemi
GPG key ID: A4895B84D311642C

View file

@ -7,7 +7,7 @@ if CODEMP == nil then
timer = nil, timer = nil,
config = { config = {
neo_tree = false, neo_tree = false,
timer_interval = 100, timer_interval = 20,
debug = false, debug = false,
}, },
setup = function (opts) setup = function (opts)