Skip to content

Instantly share code, notes, and snippets.

@noscripter
Forked from leveled/debugging slow vim
Created November 30, 2017 07:17
Show Gist options
  • Save noscripter/fd354bada0950e947a7563b87f2755e6 to your computer and use it in GitHub Desktop.
Save noscripter/fd354bada0950e947a7563b87f2755e6 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