Y
Hacker News
new
|
ask
|
show
|
jobs
by
wahnfrieden
4014 days ago
Yes, it's quite easy to get vim to a point where it's mysteriously slow at mysterious times due to random plugins installed. The lack of async makes this all the easier since everything blocks UI to begin with.
1 comments
labianchin
4013 days ago
If it is slow, use vim --startuptime to check for slow plugins on startup.
link