mirror of
https://github.com/hexedtech/codemp-nvim.git
synced 2024-11-21 23:14:54 +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,
|
||||
config = {
|
||||
neo_tree = false,
|
||||
timer_interval = 100,
|
||||
timer_interval = 20,
|
||||
debug = false,
|
||||
},
|
||||
setup = function (opts)
|
||||
|
|
Loading…
Reference in a new issue