Skip to content

Instantly share code, notes, and snippets.

@leveled
Created January 5, 2017 19:56
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save leveled/b2d268adbf2c89d94e258be3523e129d to your computer and use it in GitHub Desktop.
Save leveled/b2d268adbf2c89d94e258be3523e129d to your computer and use it in GitHub Desktop.
Commands to debug vim performance and determine slow plugins/functions
: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