mirror of
https://github.com/hexedtech/codemp-nvim.git
synced 2024-11-22 07:24:52 +01:00
feat: faster callback polling, smoother cursors
This commit is contained in:
parent
0ac25f3ee5
commit
f7c64afc18
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue