Profiling Vim startup time

前端 未结 10 451
孤独总比滥情好
孤独总比滥情好 2020-12-07 07:16

I’ve got a lot of plugins enabled when using Vim – I have collected plugins over the years. I’m a bit fed up with how long Vim takes to start now, so I’d like to profile it

10条回答
  •  粉色の甜心
    2020-12-07 07:46

    Isn't there a bash time command that can be used like so:

    time vim
    

    EDIT: Doesn't include the scripts start up time. Use @jamessan suggestion instead.

提交回复
热议问题