-
-
Save noscripter/fd354bada0950e947a7563b87f2755e6 to your computer and use it in GitHub Desktop.
Commands to debug vim performance and determine slow plugins/functions
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
: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