-
When opening nvim, the first time I enter insert mode, there is a noticeable ≈0.5s delay. This doesn't happen on any subsequent entries of insert mode. I presume this is because there is a plugin being lazy-loaded on InsertEnter which takes a while to load. But how can I work out which of my plugins are being loaded on that event, so I can then try and speed that plugin up? |
Beta Was this translation helpful? Give feedback.
Answered by
folke
May 17, 2024
Replies: 1 comment
-
open a file, check |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
pxeger
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
open a file, check
:Lazy
profile tab and see whats at the bottom.Close lazy, and enter insert mode.
Check Lazy profile again to see what was causing the slow down