Skip to content

Instantly share code, notes, and snippets.

@wesleyegberto
Created February 15, 2020 19:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wesleyegberto/d4edf7475a52d550e9c5169b9608710f to your computer and use it in GitHub Desktop.
Save wesleyegberto/d4edf7475a52d550e9c5169b9608710f to your computer and use it in GitHub Desktop.
Script to profiling Vim to see what plugin are slowing thing down
" Source: https://stackoverflow.com/questions/12213597/how-to-see-which-plugins-are-making-vim-slow
:profile start profile.log
:profile func *
:profile file *
" At this point do slow actions
:profile pause
:noautocmd qall!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment