hrsh7th / nvim-cmp

A completion plugin for neovim coded in Lua.
MIT License
7.86k stars 393 forks source link

Do not use sync code in InserEnter #1911

Open xzbdmw opened 4 months ago

xzbdmw commented 4 months ago

close #1908 debounce_next_tick_by_keymap is a sync call, and this is the only place it is called. This change makes o faster, also i,a, etc.