Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save jeetsukumaran/55c586d818f6fe737d8b to your computer and use it in GitHub Desktop.

Select an option

Save jeetsukumaran/55c586d818f6fe737d8b to your computer and use it in GitHub Desktop.
" Discovered via: https://github.com/davidhalter/jedi-vim/issues/217
" Original: http://stackoverflow.com/questions/12213597/how-to-see-which-plugins-are-making-vim-slow
" Thanks @alicee and @Zyx!
:profile start profile.log
:profile func *
:profile file *
" At this point do slow actions
:profile pause
:noautocmd qall!
@mettlus
Copy link

mettlus commented May 2, 2016

Can you email me at mettlusataoldotcom?

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment