-
vim-plugins-profile:clock4能够配置Vim插件,以生成出色的统计信息并提升Vim的启动速度
资源介绍
TL; DR
# Perl version as an example:
perl <(curl -sSL https://raw.githubusercontent.com/hyiltiz/vim-plugins-profile/master/vim-plugins-profile.pl)
# or Ruby
ruby <(curl -sSL https://raw.githubusercontent.com/hyiltiz/vim-plugins-profile/master/vim-plugins-profile.rb)
# or Python (add -p flat to plot a bar chart)
python <(curl -sSL https://raw.githubusercontent.com/hyiltiz/vim-plugins-profile/master/vim-plugins-profile.py)
# or R
bash <(curl -sSL https://raw.githubusercontent.com/hyiltiz/vim-plug