sjbach / lusty

LustyExplorer / LustyJuggler for Vim
http://www.vim.org/scripts/script.php?script_id=1890
256 stars 30 forks source link

Use vim's autoload feature to reduce startup time #101

Closed rosslagerwall closed 10 years ago

rosslagerwall commented 10 years ago

Without this, loading both lusty-explorer and lusty-juggler took 55ms on my machine (see vim --startuptime), most likely due to loading the Ruby interpreter. With this, the combined loading time is less than 1ms.

sjbach commented 10 years ago

Very cool. Thanks for doing this.