You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It calls cmp.core:prepare() for every InsertEnter and it takes 20ms to run that prepare function, which makes o become laggy.
And it is not async as its name suggests, because if you put a heavy loop in on_insert_enter and type o editor will freeze.
The text was updated successfully, but these errors were encountered:
nvim-cmp/lua/cmp/init.lua
Line 333 in 8f3c541
It calls
cmp.core:prepare()
for every InsertEnter and it takes 20ms to run that prepare function, which makeso
become laggy.And it is not async as its name suggests, because if you put a heavy loop in
on_insert_enter
and type o editor will freeze.The text was updated successfully, but these errors were encountered: