How to debug slowness when switching from insert mode to normal mode in slightly larger files? #1352
Unanswered
not-a-doctor-stromberg
asked this question in
Q&A
Replies: 1 comment
-
You can check |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi! I have a markdown file that's 151k. When I switch from insert mode to normal mode, there is often a several second pause -- 5 to 10 seconds before I am actually returned to normal mode. This pause doesn't happen for smaller files. Any ideas on what plugins might be causing this? I'm new to lazyvim in general -- I'd guess the appropriate debugging strategy here would be to disable plugins one by one until I find one which appears to cause the slowness, but perhaps there is a better way? For example, is there a way that I could see which scripts / plugins are triggered by returning from insert mode to normal mode?
I'm on an ARM device (Pinenote) running neovim 0.9.1. I updated all plugins as well. Checkhealth looks okay, though I can post results if it's helpful.
Thank you for any help!
Beta Was this translation helpful? Give feedback.
All reactions