gpt4 book ai didi

debugging - 如何查看哪些插件导致 Vim 变慢?

转载 作者:行者123 更新时间:2023-12-03 04:00:57 37 4
gpt4 key购买 nike

有没有办法分析 Vim 插件?

当我打开一个大的 .py 时,我的 MacVim 变得越来越慢。我知道我可以取消选择所有插件并逐一重新选择以检查哪个插件是罪魁祸首,但是有没有更快的方法?

我的 dotvim 在这里:https://github.com/charlax/dotvim

最佳答案

您可以使用内置的分析支持:启动 vim 后执行

:profile start profile.log
:profile func *
:profile file *
" At this point do slow actions
:profile pause
:noautocmd qall!

(与退出 noautocmd 不同,并不是真正需要的,它只是让 vim 退出得更快)。

注意:您不会获得有关 vim 退出之前删除的函数的信息。

关于debugging - 如何查看哪些插件导致 Vim 变慢?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12213597/

37 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com