Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide config to bypass vim autoload #2260

Closed
wants to merge 1 commit into from

Commits on Jul 27, 2016

  1. Provide config to disable autoload

    Even deferring the autoload to the `VimEnter` stage isn't enough to prevent noticeable slowdown in booting vim. Executing `youcompleteme#Enable()` can still take hundreds of milliseconds even on a modern piece of hardware.
    
    This allows users to disable the default autoloading if they wish so that they can execute `youcompleteme#Enable()` at a more appropriate time and get to an editable buffer faster.
    JackDanger committed Jul 27, 2016
    Copy the full SHA
    c0f3f4e View commit details
    Browse the repository at this point in the history